We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e679055 commit cdc5af0Copy full SHA for cdc5af0
README.md
@@ -1,2 +1,10 @@
1
-solver
+openssl-solver
2
======
3
+
4
+openssl solver that helps with a dictionary to bruteforce ciphertexts
5
6
+Use
7
+======
8
9
+First you need a good dictionary, maybe john's one.
10
+$ for cipher in `cat possible_ciphers`; do for pass in `cat passlist.txt`; do ./solve.sh $cipher $pass; done; done
0 commit comments