3 个版本 (破坏性更新)
使用旧的 Rust 2015
0.3.0 | 2017 年 5 月 26 日 |
---|---|
0.2.0 | 2017 年 5 月 22 日 |
0.1.0 | 2017 年 5 月 20 日 |
#29 in #xor
3KB
xor-genkeys
命令行应用程序,用于生成密钥,可用于尝试使用异或加密解密内容时的猜测。
安装
如果您尚未安装,请先安装 rust: https://www.rust-lang.net.cn/
然后使用 cargo 安装
$ cargo install xor-genkeys
帮助
$ xor-genkeys --help
xor-genkeys 0.1.0
Gavyn Riebau
Generates sets of ascii values that can be used as guessed keys when decrypting xor encrypted content
USAGE:
xor-genkeys [LENGTH]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<LENGTH> The assumed key length [default: 1]
示例
创建一个包含所有可能的三字符长度 ASCII 密钥的文件
$ xor-genkeys 3 > keys.txt
依赖项
~1MB