Jim Steil wrote: > Thanks Chris, I'm using MySQL. I'm close to getting it working with > pycrypto. Just seem to be stuck now because the AES encryption wants my > string lengths to be in multiples of 16, so I'm trying to find a clever > way to do that before encrypting/decrypting.
With SQLAlchemy, you can use a custom string type for such things: http://www.sqlalchemy.org/docs/types.html#types_custom Maybe something similar exists in SQLObject as well. -- 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 -~----------~----~----~----~------~----~------~--~---

