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

Python-SJCL
===========

Decrypt and encrypt messages compatible to the "Stanford Javascript Crypto
Library (SJCL)" message format. This is a wrapper around pycrypto.

This module was created while programming and testing the encrypted
blog platform on cryptedblog.com which is based on sjcl.

Typical usage may look like this:

```python
#!/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")
```

Public repository
-----------------

https://github.com/berlincode/sjcl


License
-------

Code and documentation copyright Ulf Bartel. Code is licensed under the
[new-style BSD license](./LICENSE.txt).



v0.1.1, 2014-05-21 -- Initial public release.
v0.1.4, 2016-04-17 -- Re-init of repository after homepage changed.
v0.1.5, 2016-07-12 -- Python3 compat

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.5.tar.gz (4.9 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