-
Notifications
You must be signed in to change notification settings - Fork 2
What is Encrypt'n'Decrypt?
Yılmaz Alpaslan edited this page May 3, 2021
·
1 revision
Welcome to the wiki of Encrypt'n'Decrypt program by me. With this program, you can simply encrypt and than decrypt texts. Program currently uses cryptography.fernet library in Python 3.x. Program generates a key first, and than encrypts the entered text and outputs encrypted text and the key which was generated before and required to decrypt the data. To decrypt the data, program decrypts the entered encrypted text with entered key and outputs the decrypted (plain) text. Program generates a AES-256 key which is 43 characters long. So this key is one of most secure keys in the world. Lots of quantum computers required to crack this key. With a normal computer, the time that needed to crack this password is longer than our galaxy's age.