Releases: Kai-Denzel-Jane/Fernet-Encryption-Script
2.1
Well its been like a year since I said an update was within the next few weeks.
Anyways I made an update as I've gotten the urge to do some python again in this release I fixed quite a few bugs I found and reworked some things since the last version the only new packages added are colorama which can be installed with a command such as pip install colorama
.
In this version I have also added the ability to encrypt and decrypt whole files.
Soon I'm looking into making this have more command like feel such as making a so called line mode which encourages the user to use names for functions such as "enc" for encrypting and "passwd" for changing password just to name a few.
2.0
2.0 is here and with it comes new features
Changelog:
- Keys and Passwords are now stored in .env file
- Ability to backup keys
Whats next?
- Well I'm still going to keep MySQL on hold for a long time and keep updating this one.
What to look forward to?
- In 2.1 I've got an exciting new feature to share with you all so keep check for 2.1 in the coming week or two.
Fernet (MySQL)-1.1
- Added a new table that saves the encrypted text to (will have support for multiple stored strings)
Fernet (MySQL) 1.0
This is a python encryption script with the ability to use a package called Fernet to encrypt and decrypt text and much more in the near future.
This is different from the other release as this one uses a MySQL database to store the encryption key and more in the future.
So make sure you have MySQL installed on your system.
1.0
This is the first completed version of the script that I'm happy with.
There will be a MySQL version in the future.