mstephanidhs / Diploma-Thesis

GNU General Public License v3.0
0 stars 0 forks source link

Seedlink Server Security Εnhancement #25

Closed mstephanidhs closed 7 months ago

mstephanidhs commented 7 months ago

Replace crypto library with the cryptography since it's more secure

edit: NOT NECESSARY AFTERALL

mstephanidhs commented 7 months ago

1) While creating the .pem files, encrypt the private key 2) Create a .env file to store the passphrase for the encryption of 1) 3) When the private key is used in the server, use the passphrase to decrypt it