jaraco.crypto

Cryptography support by jaraco


License
MIT
Install
pip install jaraco.crypto==4.0.0

Documentation

jaraco.crypto

jaraco.crypto is a set of cryptographic routines and utilities implemented in pure Python.

The project is hosted on bitbucket and is licenced freely under the MIT license.

Acknowledgements

Many of the ideas and much of the code has been adapted from or inspired by several other projects, including:

- The code repository was originally a fork of the `ctypescrypto project
  <http://code.google.com/p/ctypescrypto/>`_. The code history includes the
  full history of the ancestral project.
- The blowfish code was adapted from a module contributed to the community
  by Michael Gilfix.