Skip to main content

A quick way to encrypt python objects and store

Project description

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

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-encrypt-0.1.tar.gz (8.4 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