14 lines
255 B
Markdown
14 lines
255 B
Markdown
# Projet_crypto_1
|
|
|
|
## Simple authentication server implementation
|
|
|
|
* Generate keys
|
|
* Store generated keys
|
|
* Load stored keys from file
|
|
* If keys do not exist, create it
|
|
|
|
## Libs to install (PIP)
|
|
|
|
* fernet https://cryptography.io/en/latest/fernet/
|
|
|