Skip to content

Commit cdc5af0

Browse files
committed
initial commit
1 parent e679055 commit cdc5af0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
solver
1+
openssl-solver
22
======
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

Comments
 (0)