https://github.com/marcogarlet/crypto
A collection of cryptographic algorithms (even attacks) created during Cryptography classes.
https://github.com/marcogarlet/crypto
algorithm cryptography
Last synced: 4 months ago
JSON representation
A collection of cryptographic algorithms (even attacks) created during Cryptography classes.
- Host: GitHub
- URL: https://github.com/marcogarlet/crypto
- Owner: MarcoGarlet
- Created: 2019-10-29T23:33:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T08:14:52.000Z (about 5 years ago)
- Last Synced: 2025-06-21T09:04:12.673Z (4 months ago)
- Topics: algorithm, cryptography
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto
Crypto aims to be a simple collection of cryptographic algorithms (even attacks) created during Cryptography classes. These algorithms are created only for educational purposes.
### DES
* Algorithm
* Attack simple DES version
### AES
* Algorithm
### RSA
* Lenstra elliptic-curve factorization
### Useful algorithms
* Euclidean algorithm
* Primality test
* Factorization
* Hadamard-Walsh Transform