https://github.com/vveiln/crypto
Implementations of some crypto attacks
https://github.com/vveiln/crypto
attack crypto crypto-attacks cryptography golang rsa
Last synced: 5 months ago
JSON representation
Implementations of some crypto attacks
- Host: GitHub
- URL: https://github.com/vveiln/crypto
- Owner: vveiln
- Created: 2020-03-09T13:09:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T07:29:50.000Z (almost 6 years ago)
- Last Synced: 2024-06-19T13:44:34.462Z (almost 2 years ago)
- Topics: attack, crypto, crypto-attacks, cryptography, golang, rsa
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypto
Implementation of some crypto attacks
- [Håstad's broadcast attack against RSA](https://github.com/vveiln/crypto/tree/master/hastad)
- [Wiener's attack against RSA](https://github.com/vveiln/crypto/tree/master/wiener)