Cryha - hasher and cipher in data bases [Feedback]

2008-08-07 Thread Kless
me='foo') u.check_login('manager', 'managepassÑ') print u.decrypt_email('manager') [1] http://github.com/kless/cryha/tree/master [2] http://groups.google.com/group/tw-registra/files [3] http://github.com/kless/cryha/tree/master/INSTALL -- http:

Cryha - Toolkit for crypto on database

2008-08-20 Thread Kless
f the schema has been taken of Linux systems that store the hashed passwords so, using a ``$`` as separator. 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 --

bcryptWrap released

2008-12-17 Thread Kless
Hi, I'm proud to announce bcryptWrap; a wrapper for bcrypt, the password- hashing algorithm used in OpenBSD. For more information read at . And the source code is at . To install run: $ sudo easy_install bcr

bcryptor released

2009-05-24 Thread Kless
Hi, I'm proud to announce bcryptor; a wrapper for bcrypt, the password- hashing algorithm used in OpenBSD. bcryptor substitutes to bcryptWrap, which has been already deleted from PyPi. bcryptor uses a better directory structure and API names. For more information read at

repoze.what - Redis plugin available

2009-05-24 Thread Kless
I'm pleased to announce the repoze.what plugin to use in Redis databases. repoze.what is an authorization framework for WSGI applications, based on repoze.who (which deals with authentication and identification). Redis is a key-value database. It is similar to memcached but the dataset is not vol

cryha 1.0 - Toolkit for crypto on database

2009-05-30 Thread Kless
I'm proud to release version 1.0 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 thi