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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T08:14:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T20:22:13.766Z (5 months ago)
- Topics: algorithm, cryptography
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 4
- Watchers: 3
- 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