Sytze de Boer wrote: > Sorry to bother you again, but is my understanding correct that the code > should work lie this ? > > param onoff > SET LIBRARY TO VFPENCRYPTION.FLL ADDIT > IF turnonoff > REPLACE ALL caction WITH > encrypt(caction,"12345678901234567890123456789012",2) > ELSE > REPLACE ALL caction WITH > decrypt(caction,"12345678901234567890123456789012",2) > ENDIF > > Is that what you mean by 32 char encryption key ? > If so, it encrypts fine, but does NOT decrypt
I got it working. It was my encryption key length. Here's a simple demo: http://mbsoftwaresolutions.com/downloads/demologin.zip _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

