Removed
- seprator between AES key and message in RSA encryption
- random encryption in shreding data function
- RSA load functions
- unneeded functions
Fixed
- reverse RSA key for encryption and decryption
- encrypt with private key issue
- decrypt with public key issue
- order of function calls in check_all() function
Features
- windows support
- commented code
- less lines of code
- keys and settings files are generated inside folder `.RedCipher/` in user home dirctory
- the project become library now and hosted on [pypi](https://pypi.org/project/redcipher/)
v.1.0.4
<h3>Featuers: </h3>
* Encrypt File name option
* Command `-g` Back !
* Salting password for more security
<h3> Fixed: </h3>
* File permission error
<h3>Added: </h3>
we add some objects to `settings.json` file
* `salt` object store the salt ( you can change the salt )
* `use_salt` object is boolean `false` will not use salt `true` it will use salt
* `encrypt_filename` is boolean `false` will not encrypt file name `true` will encrypt file name