快速编解码工具 Linux+Python

1. 预装环境
Linux: sudo apt install openssl xxd base64 jq curl
Python: pip install cryptography pycryptodome
2. 常用工具
Linux: xxd
, openssl
, base64
, jq
, grep
, awk
, sed
Python: cryptography
, pycryptodome
, requests
https://gchq.github.io/CyberChef/
3. 知识
通用
base范围: base91
, base85
, base64url
, base64
, base62
, base58
, base45
, base36
, base32
, base16
。
Linux
工具基础
xxd: 十六进制字符串混
openssl: 加密解密数据、生成数字证书、创建密钥对、哈希计算、数字签名验证、SSL/TLS连接测试、密码学运算、证书链验证、随机数生成、密钥派生
base64: Base64编码解码、文件内容编码、邮件附件编码、URL安全编码、数据传输编码、二进制数据文本化、配置文件数据处理
评论
评论插件加载失败
正在加载评论插件