https://github.com/neurrone/cs4236-2016-2017-s1-rainbow-table-implementation
https://github.com/neurrone/cs4236-2016-2017-s1-rainbow-table-implementation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neurrone/cs4236-2016-2017-s1-rainbow-table-implementation
- Owner: Neurrone
- Created: 2016-09-29T07:31:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T07:38:22.000Z (over 8 years ago)
- Last Synced: 2025-02-13T03:27:35.844Z (3 months ago)
- Language: D
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS4236-2016-2017-S1-Rainbow-Table-implementation
This is an implementation of a rainbow table for 24-bit passwords hashed with sha1 for CS4236 Cryptography Theory and Practice at NUS in the D programming language.
Install DMD and use compile.bat to compile. Use run.bat to generate the table and test with sample input of 5000 digests.