otpad

A small util for doing one-time pad


Keywords
encryption
License
MIT
Install
pip install otpad==0.3.0

Documentation

OTPad: One-time Pad

Install

$ pip install otpad

Usage

from otpad import onetimepad
encrypted = onetimepad('abcd', 'efgh')