Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuhang-dong/CTF_tools

用于CTF密码学和编码转换的小工具
https://github.com/yuhang-dong/CTF_tools

Last synced: 21 days ago
JSON representation

用于CTF密码学和编码转换的小工具

Awesome Lists containing this project

README

        

# CTF_tools
用于CTF密码学和编码转换的小工具。

## 语言
Python 3.x

## 依赖库文件
pycipher

## 依赖文件安装方式
pip install pycipher

## 初衷
想要快速的得到CTF中密码学中低难度题目的分数

## 当前版本
v1.1.0

## 过程
在设计过程中参考了一些国内CTF密码学题目的解题思路中需要的常用密码,同时参考了米切斯特团队使用JAVA编写的开源CTFCRACKTools工具中的功能

## 当前版本功能
1. MD5加密以及进行MD5在线解密
2. Base64加解密
3. 摩斯密码加解密
4. 凯撒密码加解密以及爆破
5. 栅栏密码加解密以及爆破
6. 字符串反转
7. URL编码解码

## 新增版本功能
新增MD5在线解密(v1.0.0 -> v1.1.0)

## 后续更新想法
将使用Python2编写的简单替换密码改装成Python3并移植进入主框架
尝试改编成GUI(?)