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.
>
>
_______________________________________________
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/DF1EEF11E586A64FB54A97F22A8BD044229219699E@ACKBWDDQH1.artfact.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.