- Mar 11, 2013
-
-
Donald Stufft authored
Filled out the readme
-
David Fischer authored
-
Donald Stufft authored
Enable running tests from setup.py
-
David Fischer authored
Unfortunately, this only works if cffi is already installed
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
- Mar 10, 2013
-
-
Donald Stufft authored
-
Donald Stufft authored
Add nacl.secret.SecretBox - Secret Key Encryption for PyNaCl
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
Fixed warning in docs creation
-
David Fischer authored
* Moved image to the static_path
-
Donald Stufft authored
* Adds nacl.secret.SecretBox which represents a secret key. * nacl.secret.SecretBox().encrypt can be used to encrypt a message * nacl.secret.Secretbox().decrypt can be used to decrypt a message
-
Donald Stufft authored
-
Donald Stufft authored
Add an Encoding system instead of adhoc uses of binascii
-
Donald Stufft authored
-
Donald Stufft authored
* This eliminates the global state from the encoding system.
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
* Adds an Encoding system that supports raw, hex, base16, base32, and base 64. * Adds an encoding=ENCODING parameter to methods to control what encoding data is returned/passed in. * encoding parmater supports passing in a custom encoder object * Encoding system supports registering of new encoders through nacl.encoder.register.
-
- Mar 09, 2013
-
-
Donald Stufft authored
-
Donald Stufft authored
Update libsodium to 0.3
-
Donald Stufft authored
-
Donald Stufft authored
Fixed ignore file
-
David Fischer authored
-
- Mar 07, 2013
-
-
Donald Stufft authored
apostrophe & capitalization in docs/signing.rst
-
Chris Rebert authored
-
- Feb 25, 2013
-
-
Donald Stufft authored
-
Donald Stufft authored
Digital signatures
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
- Feb 24, 2013
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
* Accepts the binary representation of a public key * nacl.signing.VerifyKey().verify accepts either a single signed message with the signature and message conatted or seperate message and signature and will raise an exception if it detects tampering, forgery, or corruption.
-