I'm proud to release version 0.9 of Cryha.

Cryha is a Python toolkit for securing information into a data base;
it lets hash passwords, and encrypt/decrypt personal information. It
is ready for input of Unicode characters, and the schema is returned
as Unicode.

The text is stored according to this schema for a hash:

  ``separator, the hash function identifier, separator, the salt,
separator, the hash output``

And this another for a cipher text:

  ``separator, the cipher identifier, separator, the mode identifier,
separator, the IV parameter, separator, the ciphertext``

The idea of the schema has been taken of Linux systems that store the
hashed passwords so, using a ``$`` as separator.

Here you can see how it is so easy to hash and encrypt/decrypt on the
fly:

http://github.com/kless/tw.registra/tree/master/tw/Registra/model/identity.py#L263

http://github.com/kless/tw.registra/tree/master/tw/Registra/model/identity.py#L288


For more information about Cryha read on its home project [1]. It can
be installed via setuptools:

    $ sudo easy_install Cryha


[1] http://github.com/kless/cryha/tree/master

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to