Jim Steil wrote: > I'm wondering if TG has a utility that I can use to encrypt a string > value that I'm storing in my database.
If you're using PostgreSQL you may consider using pgcrypto. In Oracle 10g you can also set an "encrypt" attribute on any column. -- Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

