Skip to content

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE.APACHE
BSD-3-Clause
LICENSE.BSD
Notifications You must be signed in to change notification settings

callidus/cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Cryptography

https://travis-ci.org/alex/cryptography.png?branch=master

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

It is currently in early development and isn't recommended for general usage yet. It targets Python 2.6-2.7, Python 3.2+, as well as PyPy.

Why a new crypto library for Python?

None of the existing ones work on PyPy, and many of them are unmaintained or are based around very poor implementations of algorithms (i.e ones with known side-channel attacks).

About

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE.APACHE
BSD-3-Clause
LICENSE.BSD

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.0%
  • Other 2.0%