https://github.com/nicolasff/pysha1
Exploiting SHA-1-signed messages
https://github.com/nicolasff/pysha1
Last synced: 12 months ago
JSON representation
Exploiting SHA-1-signed messages
- Host: GitHub
- URL: https://github.com/nicolasff/pysha1
- Owner: nicolasff
- Created: 2011-03-04T16:16:30.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-04T16:42:49.000Z (over 15 years ago)
- Last Synced: 2025-04-07T10:21:15.425Z (over 1 year ago)
- Language: Python
- Homepage: http://journal.batard.info/post/2011/03/04/exploiting-sha-1-signed-messages
- Size: 84 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
A simple demo of the problem of using SHA-1 to sign messages. Run `demo.py`.
Detailed article here: [http://journal.batard.info/post/2011/03/04/exploiting-sha-1-signed-messages](http://journal.batard.info/post/2011/03/04/exploiting-sha-1-signed-messages).