2 projects
CryptographyKit
This package is intended to provided users with a quick and simple way to perform a one time pad encryption, Caeser cipher, or Vigenere cipher. It will work with python 2 or 3.
OneTimePadEncryption
This module is intended to provided users with a quick and simple way to perform a one time pad encryption on text files and string. It will work with python 2 or 3.