6 lines
458 B
Markdown
6 lines
458 B
Markdown
# CryptoTools
|
|
CryptoTools is a Python package that provides low-level cryptographic primitives for generating strong numbers. With this project, it's possible to generate public key cryptosystems such as RSA.
|
|
This project has a academic purpose and can not be used in production enviroment yet.
|
|
|
|
So far, my cryptographic modules are not compliant with [FIPS 140-3](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-3.pdf) but in the future, that will be.
|