2 个稳定版本
使用旧的 Rust 2015
1.0.1 | 2017年5月26日 |
---|---|
1.0.0 | 2017年5月22日 |
#35 在 #xor
5KB
xor-keysize-guess
这是一个小巧的命令行应用程序,可用于猜测用于XOR加密文件的密钥大小。
安装
如果您还没有安装,请先安装 rust: https://www.rust-lang.net.cn/
然后使用 cargo 安装:
$ cargo install xor
帮助
$ xor-keysize-guess --help
xor-keysize-guess 1.0.0
Gavyn Riebau
Guesses the most likely keysize used to XOR encrypt a given file.
USAGE:
xor-keysize-guess [OPTIONS] --input <INPUT>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --input <INPUT> The input file for which the XOR encryption keysize will be guessed
-k, --keysize <MAX_KEYSIZE> The maximum key size to guess [default: 40]
依赖项
~4.5MB
~83K SLoC