Skip to main content

Python wrapper for libmcleece encryption library

Project description

pymcleece

A python wrapper for the libmcleece encryption C/C++ library. C++ dependencies (libmcleece, libsodium) are included as a git submodule.

git clone --recursive https://github.com/sz3/pymcleece.git
python setup.py build
python setup.py install

or with pip:

pip install mcleece

... linux should work, windows/mac are unknown at the moment.

Usage

from mcleece.crypto_box import PrivateKey, PublicKey, SealedBox
sk, pk = PrivateKey.generate()

ebox = SealedBox(pk)
ciphertext = ebox.encrypt(b'helloworld')

dbox = SealedBox(sk)
recoveredtext = dbox.decrypt(ciphertext)

Project details


Download files

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

Source Distribution

mcleece-0.1.0.tar.gz (1.8 MB view details)

Uploaded Source

File details

Details for the file mcleece-0.1.0.tar.gz.

File metadata

  • Download URL: mcleece-0.1.0.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.2

File hashes

Hashes for mcleece-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0c5f23856ad38c7923f222af6018421112c5407161f9d12b4e3c15ba028ca67a
MD5 4c9d551e20645225548ba6bdd0c9d87d
BLAKE2b-256 c64a5f82c3e3cdf6e8811d261f07a288947da72be2af426117bc641381853a43

See more details on using hashes here.

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