skip to navigation
skip to content

django-encrypt 0.1

A quick way to encrypt python objects and store

Downloads ↓

Interface for storing arbitray python objects.  Uses a user's
password as the cypher to store an object in TextField.
Object must be able to be pickeled. Authentication is done by
using django authenitication module.

Models.py
Methods Prototypes
    def set(self, user, password, obj):
        '''
        Setting an encrypted string. Password must be the
        user's password.  Can encrypt a object that can be
        pickeled.
        '''

        return 0 # Everything ok

    def get(self, user, password):
        '''
        Retreving an encrypted string.  Password must be the
        user's password.  Returns a python object.
        '''
        return object
 
File Type Py Version Uploaded on Size # downloads
django-encrypt-0.1.tar.gz (md5) Source 2009-08-31 8KB 544