Added in URL to where I found information on the rsa library and the functions used to encrypt and decrypt.

main
Lachezar Todorov 2021-10-16 13:10:11 -04:00
parent 33256b73a7
commit f98c630ea2
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
"""
Encrypting and decrypting a message
https://www.geeksforgeeks.org/how-to-encrypt-and-decrypt-strings-in-python/
@author Todorov-Lachezar
"""