emaballarin / OTPython2

Python 2 implementation of rotors-based Vernam's OTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTPython2

A fast and lightweight Gilbert Vernam's One Time Pad cipher implementation in Python 2, using Caesar's rotors.

This implementation is toy-level and does not use bit-XOR or other best practices for electronics-based cryptography. On the other hand, this implementation is easily reproducible by hand, mechanically, or anyhow without computational means.

NOTE: Beware that the code is currently unmaintained and is not suitable for non-educational purposes.

For more information on Vernam's One Time Pad: http://en.wikipedia.org/wiki/One-time_pad

About

Python 2 implementation of rotors-based Vernam's OTP

License:MIT License


Languages

Language:Python 100.0%