Completed: 9/27/23 Uploaded to github: 11/18/23
Simple Data Encryption Standard encryption/decryption implementation python program. Encrypts or decrypts text file with DES key and outputs into encrypted/decrypted text file. Requires initial key exchange and file transfer between two clients and correct file input/output settings.