Encryption and decryption of text using the DES algorithm, with the process shown in the terminal. Its usage is very simple as it aims to implement the DES algorithm for securing a text.
Clone the project
git clone https://github.com/salassep/encryption-and-description-text-using-des.git
Go to the project directory
cd encryption-and-description-text-using-des
Run the file
python3 des_encrypt_decrypt.py
Python