encrypt the message in msg.txt into encrypted_msg.txt
python encrypt.py
decrypt the message in encrypted_msg.txt into decrypted_msg.txt
python decrypt.py
- Check out the demo.mp4!
- Uses key.txt as a one-time-pad.
encrypt the message in msg.txt into encrypted_msg.txt
python encrypt.py
decrypt the message in encrypted_msg.txt into decrypted_msg.txt
python decrypt.py