Re: [web2py] Re: symmetric key encryption using PyCrypto

2012-10-02 Thread Dave
Potentially. The way that I am storing the encrypted data is pretty standard. 16 byte IV at the head of the encrypted data. It should be fairly compatible. I have never looked at slowAES personally. My reason for creating this was to facilitate symmetric encryption of arbitrary data in my a

Re: [web2py] Re: symmetric key encryption using PyCrypto

2012-10-02 Thread Jonathan Lundell
On 2 Oct 2012, at 8:51 PM, Dave wrote: > Sorry... there was supposed to be a 2 as well... i was making a numbered > list. These days my brain is not functioning as well as I would like given > my health. > > My utility class does in fact use PyCrypto. What I was saying is PyCrypto > has to