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 details)

Uploaded Source

File details

Details for the file django-encrypt-0.1.tar.gz.

File metadata

  • Download URL: django-encrypt-0.1.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-encrypt-0.1.tar.gz
Algorithm Hash digest
SHA256 698d9f43a717f2c77aa9584d9b7e24ee22267c23b893d514164576844e447749
MD5 042507d90c633edda226023bd0433557
BLAKE2b-256 458fc9107459839b5341a3ed383260434461380982b899ba99a5ec34381720fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page