Skip to main content

One Time Pad (aka Vernam Cipher) encoding and decoding.

Project description

About

This code is similar to a "one time pad" (aka Vernam Cipher) which can be used to encode/decode messages.

Notes

  • The key must be the same length as the uncoded text.
  • The key must be truly random.
  • The key must never be reused, in whole or in part.
  • The key must be kept completely secret by the communicating parties.
  • Consider adding (or using) a character (or phrase) that indicates that the message was sent under duress.

Development

For development, run the following commands.

create python environment

python3 -m venv venv
source venv/bin/activate
pip install pytest pytest-cov

run the unit tests

make test

show code coverage

make cov

building for distribution

python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine

distribute to pypi

make release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

kinneyotp-0.0.17-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page