Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 611 Bytes

14文字のパスワードを全列挙する ブランチ を作成しました。
多くのメモリが要求されますが、パスワード列挙が高速で、かつ読みやすく書き直しています。


Rustインストール済みであれば

cargo run --release

で14文字のパスワード解析が走るようになっています。 パスワードのprefixやsuffixを指定したい場合は、下記のように指定してください。

cargo run --release -- --prefix ABC --suffix XYZ