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.gitGo to the project directory
cd encryption-and-description-text-using-desRun the file
python3 des_encrypt_decrypt.pyPython