Re: encrypt and decrypt data in django.

2011-10-05 Thread arapaho
The docs say to set up a table with a one-to-one relationship to the admin user table On Oct 5, 7:34 am, Le Huu Nghia wrote: > Dear All, > > i want to create a table to store information of user , > That includes (username , password, ...)  this table must be diffrent > from admin table. > (e

Re: encrypt and decrypt data in django.

2011-10-05 Thread Brett Epps
o: mailto:django-users@googlegroups.com>> Date: Wed, 5 Oct 2011 19:34:39 +0800 To: mailto:django-users@googlegroups.com>> Subject: encrypt and decrypt data in django. Dear All, i want to create a table to store information of user , That includes (username , password, ...) this table

encrypt and decrypt data in django.

2011-10-05 Thread Le Huu Nghia
Dear All, i want to create a table to store information of user , That includes (username , password, ...) this table must be diffrent from admin table. (ex some personal info so on) can you give me an advice which lib of django to encrypt and decrypt , look like the table admin of django.