This program will encrypt and decrypt provide messages using single or triple DES, as indicated by the user. The user may provide keys or have the program generate them, using python's secrets module.
Implementation of DES and triple DES in Python. Operates on files. This implementation uses the PKCS5 padding scheme and strips the padding with regex. I am not sure if this will conflict with files ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results