https://github.com/secure-77/md5bytes
md5 ascii string cracker
https://github.com/secure-77/md5bytes
Last synced: 12 months ago
JSON representation
md5 ascii string cracker
- Host: GitHub
- URL: https://github.com/secure-77/md5bytes
- Owner: secure-77
- Created: 2021-03-08T23:03:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T23:09:50.000Z (over 5 years ago)
- Last Synced: 2025-03-22T19:17:39.412Z (over 1 year ago)
- Language: C#
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# md5bytes
## help
```
Help
md5bytes
-c check mode
-h show this help
```
## check mode
```
md5bytes.exe -c 123456789
Password: 123456789
String in ASCII Bytes: 49 50 51 52 53 54 55 56 57
Bytes after MD5 Hash: 37 249 231 148 50 59 69 56 133 245 24 31 27 98 77 11
MD5 Sum: 25f9e794323b453885f5181f1b624d0b
String from ASCII Bytes after MD5 Hash: %???2;E8??↑▼←bM♂
Reverse:
Bytes from ASCII String after MD5 Hash: 37 63 63 63 50 59 69 56 63 63 24 31 27 98 77 11
MD5 Sum: 253f3f3f323b45383f3f181f1b624d0b
```
## crack
```
md5bytes.exe wordlist.txt hashes.txt out.txt
Read binary data: %???2;E8??↑▼←bM♂
found password!!!!
hash input : %???2;E8??↑▼←bM♂
wordlist input: %???2;E8??↑▼←bM♂
Password: 123456789
finished
6 wordlist entries calculated
```