On 7/31/07, Jim Steil <[EMAIL PROTECTED]> wrote:
>
> Hi:

Hi Jim,

No we don't have a standard encryption package into TurboGears. This
should stay out of TG and be the developper's choice. I myself have
used pydes [1] for non time critical encryption and I am quite happy
with it. At the time I choosed it, a pure python implementation was
one of my requirements.

I have no preference thought.

Regards,
Florent.


[1] http://twhiteman.netfirms.com/des.html

>
> I'm wondering if TG has a utility that I can use to encrypt a string
> value that I'm storing in my database.  Ideally I'd build the


> encryption/decryption into my SO model but don't know if there are any
> encryption functions included in TG or not.  I am currently using the
> identity encryption to encrypt my passwords in my db, but in this case
> would need to be able to decrypt an encrypted string as well.  I've done
> some googling and see that pycrypt seems to be a regularly used python
> tool for encryption.  Before I go the route of importing that into my
> model and putting in the required code, I thought I run it by the TG
> list and see if people would recommend implementing this in a different way.
>
> I apologize if this seems off-topic....
>
>    -Jim
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to