This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit b1d1953355db02b033b2b4972f40156e5e62e648
tree 95d66cca63d1682d3643bba6bdbd1c51db1178b3
parent a1ec5c9d8e12268f2848d37fab585c7c7664b319 parent ef7b37445c5652ae2bd40e237f31b238250d839d
tree 95d66cca63d1682d3643bba6bdbd1c51db1178b3
parent a1ec5c9d8e12268f2848d37fab585c7c7664b319 parent ef7b37445c5652ae2bd40e237f31b238250d839d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | Wed Oct 01 13:17:22 -0700 2008 | |
| |
MANIFEST.in | ||
| |
README.md | Fri Oct 03 09:13:51 -0700 2008 | |
| |
setup.py | ||
| |
src/ |
README.md
Introduction
Django-fields is an application which includes different kinds of models fields.
Right now, application contains two fields with encryption support: EncryptedCharField and EncryptedTextField.
Requirements
This application depends on python-crypto, which can be found in many Linux repositories, or downloaded from http://www.dlitz.net/software/pycrypto/.
Under Ubuntu, just do:
sudo apt-get install python-crypto
Examples
Examples can be found at the examples directory. Look at the, tests.py.
Credits
Thanks to zbyte64 for his django snippet for encrypted fields. After some fixes, this snippet works as supposed.









