Decrypt and encrypt messages compatible to the "Stanford Javascript Crypto Library (SJCL)" message format. This module was created while programming and testing the encrypted blog platform on cryptedblog.com which is based on sjcl.
Project Description
Decrypt and encrypt messages compatible to the “Stanford Javascript Crypto Library (SJCL)” message format.
This module was created while programming and testing the encrypted blog platform on cryptedblog.com which is based on sjcl.
Typical usage often looks like this:
#!/usr/bin/env python
from sjcl import SJCL
cyphertext = SJCL().encrypt(“secret message to encrypt”, “shared_secret”)
print cyphertext print SJCL().decrypt(cyphertext, “shared_secret”)
v0.1.1, 2014-05-21 – Initial public release.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
sjcl-0.1.3.tar.gz (4.7 kB) Copy SHA256 hash SHA256 | Source | None | May 28, 2014 |