ihab247 / otp

My Experiment with One Time Pad Encryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otp

My experiment with One Time Pad Encryption

Commands

        opt.py genkey <path/to/key.optkey> <number of bytes>

Generates an optkey file. (NOT RECOMMENDED)

        opt.py encrypt <path/to/key.optkey> <path/to/file.ext>

Encrypts the file into an opt file.

        opt.py decrypt <path/to/key.optkey> <path/to/file.ext.opt>

Decrypts the file.

About

My Experiment with One Time Pad Encryption

License:MIT License


Languages

Language:Python 100.0%