Redcipher

Latest version: v1.5

Safety actively analyzes 624093 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.5

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

1.0.3

<h2>Featuers:</h2>

* Shred the orignal file after Encryption

* The encrypted file has less space than before


<h2>Changes:</h2>

* Replace Cryptography module with Pycryptodome

* Change the object `key_size` value to `2048` in `settings.json`


<h2>Removed:</h2>

* the `-g` command was removed temporary

* Remove `salt` object from `settings.json` file

1.0.2

Fixed:

- Fix execute the program from other directory BUG

Added:
- Add overwrite question to the user !
- Check if the password is empty string and print error message to the user

1.0.1

Fixed
- Windows subsystem issue

1.0.0

Frist release of RedCipher project

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.