-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# CTFDecodeTools | ||
# CTFDecodeTools ![](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-ShawR00t-brightgreen) ![](https://img.shields.io/badge/version-1.0-red) ![](https://img.shields.io/badge/language-Python-blue) | ||
💻⭐基于Win系统的CTF比赛常用编解码工具 | ||
|
||
是自己练习Python QT的产物,耗时一天,v2.0随缘更新。 | ||
|
||
- 界面一览: | ||
|
||
![界面.png](https://img30.360buyimg.com/pop/jfs/t1/136610/25/22486/48509/620c5e42E9ee6af37/143ce28d327f7b43.png) | ||
|
||
- 支持的功能: | ||
|
||
√ Base64编解码 | ||
|
||
√ Base32编解码 | ||
|
||
√ Base91编解码 | ||
|
||
√ URL编解码 | ||
|
||
√ HEX字符串互转 | ||
|
||
√ ROT13 | ||
|
||
√ 字符串取反 | ||
|
||
√ ASCII字符串互转 | ||
|
||
√ 删除空格 | ||
|
||
√ 字数统计 | ||
|
||
- v2.0可能会增加的功能 | ||
|
||
× 文件逆转 | ||
|
||
× 计算哈希 | ||
|
||
× 字符串按位取反 |