Skip to content

Short implementation of the Vernam Cypher in Python.

License

Notifications You must be signed in to change notification settings

avgsurfman/vernam-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Short Vernam Cypher implementation in Python3.

Usage:

vernam.py text

Cyphering:

vernam.py -c Foo Bar

Decyphering (be sure that the bytes are properly doublequoted):

vernam.py -d "b'\x00' "b'\x00'"

About

Short implementation of the Vernam Cypher in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages