lc4 0.3.0

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

lc4 0.3.0

LC4
A Python library that implements ElsieFour (LC4) encryption, based on the algorithm in
(Alan Kaminsky 2017).
Features

Support for custom alphabets
An interactive command-line utility
Optional verbose output that visually shows the steps of the algorithm


Requirements
LC4 supports Python 3.x.
Linux, Mac, and Windows are supported.
Other operating systems may be compatible if NumPy can be properly installed.
Installation
LC4 is available on PyPI, the Python Package Index.
$ pip3 install lc4

Documentation
See documentation.md.
Example Usage
See example.py.
Tests
Tests are in tests/.
# Run tests
$ python3 -m unittest discover tests -v

License
The code in this repository has an MIT License.
See LICENSE.
References
Kaminsky, Alan. “ElsieFour: A Low-Tech Authenticated Encryption Algorithm
For Human-to-Human Communication,” 2017. https://eprint.iacr.org/2017/339.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.