Hi Richard, thanks for the response. I used the same code, but the FILETOSTR cause me this problem:
Maximum # of characters per character string or memory variable. 16,777,184 The zipped file size are 35 mg or larger. Have you used any other method, other than FILETOSTR? Thanks in advance for any consideration. -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Richard Kaye Sent: Thursday, November 14, 2013 4:48 AM To: [email protected] Subject: RE: [NF] vfpencryption.fll FWIW I've used this library to decrypt data stored in a SQL database via ASP. I'm using RC4 mode. Here's a simplified snippet: IF NOT [vfpencryption]$LOWER(SET("Library")) SET LIBRARY TO vfpencryption.fll ADDITIVE ENDIF m.secretkeystring=FILETOSTR([a text file with my secret key string]) ?Decrypt(m.stringtodecrypt,m. secretkeystring,1024) I looked at Craig's documentation and he does not mention "RC2" as a supported flavor. Having said that, there are two modes that support variable length keys (Blowfish and RC4) so they might work for you? I don't know enough about it to say more. -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Anthony Jennings Sent: Wednesday, November 13, 2013 1:55 PM To: [email protected] Cc: Carl Liberato Subject: RE: [NF] vfpencryption.fll Hmmmm, I see what you mean. We might need to take a look at a different angle. Thanks! -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Stephen Russell Sent: Wednesday, November 13, 2013 10:49 AM To: ProFox Email List Subject: Re: [NF] vfpencryption.fll You could just have the value that their site expects in a table or a mem file for reference just to communicate with them via the FTP site. Instead of gening it in VFP all the time I mean. On Wed, Nov 13, 2013 at 12:28 PM, Anthony Jennings < [email protected]> wrote: > Hi Stephen and thanks for the link, > > This is what we have now. > Looking to see if anyone has done RC2 with vfpencryption.fll with a > 20 character passkey. > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/B6AD520020ACAE4188914E5A0DCE8AC4F26C3B@MBX021-W3-CA-4.exch021.domain.local ** 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.

