Skip to main content

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.

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

sjcl-0.1.3.tar.gz (4.7 kB view hashes)

Uploaded Source

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