onetimepad
v1.0.2
Published
A simple one time pad command line tool
Readme
onetimepad
A simple one time pad command line tool
Usage:
Basic:
otp --encode [file]
otp --decode [file]
Advanced:
otp --pool [string] --print [string] --padLength [int] --encode [file]
otp --pool [string] --print [string] --padLength [int] --decode [file]
