diff --git a/core/encryption.py b/core/encryption.py index f8f3b09..2f7d448 100644 --- a/core/encryption.py +++ b/core/encryption.py @@ -34,4 +34,5 @@ def keygen(): # encrypted = encryption.encrypt("myPassword123") # print("Encrypted:", encrypted) # decrypted = encryption.decrypt(encrypted) -# print("Decrypted:", decrypted) \ No newline at end of file +# print("Decrypted:", decrypted) +