Skip to content

jaraco/jaraco.crypto

Repository files navigation

tests Ruff https://readthedocs.org/projects/jaracocrypto/badge/?version=latest https://img.shields.io/badge/skeleton-2024-informational

A set of cryptographic routines and utilities implemented in pure Python.

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. 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.