The Cipher Utility project aims to provide a versatile tool for encrypting and decrypting data using various cipher techniques. By employing methods like the Caesar cipher, the project facilitates secure data transformation to ensure confidentiality.
The Cipher Utility project enables users to:
- Encrypt data by shifting characters forward in the ASCII table.
- Decrypt encrypted data by shifting characters backward in the ASCII table.
The program supports the Caesar cipher method as an example. It encrypts text by shifting each character a specific number of positions forward in the ASCII table. For instance, "I am here" encrypted with a shift of 3 positions would become "L#dp#khuh." Decryption involves the reverse process.
To run the program:
- Clone the repository:
$ git clone https://github.com/naa7/cipher_utility.git
- Navigate to the appropriate directory:
$ cd cipher_utility/python_files/
- Run the program:
$ python cipher_utility.py
- Run installer_uninstaller.py:
- For installer/uninstaller:
$ ./installer_uninstaller.py
- For installer/uninstaller:
After installation, you can conveniently use the timer by typing cipher_utility
in the terminal or accessing it from the applications menu.
Cipher Utility serves as a valuable tool for individuals seeking to encrypt and decrypt their data securely. By leveraging different cipher techniques, the project contributes to enhancing data security and privacy. Or, open it from applications menu