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
Look in the archives for this entire thread. (When I tried via the link at the bottom of this email, Ed's site stalled.) I thought I had put the working syntax in there. Specifically, I had added a CHR(0) as Craig Boyd's site's documentation on this had suggested. Craig's directions on his site were spot on except that I just misunderstood the part about the key needing to be a fixed proper length. _______________________________________________ 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.

