Encrypt/Decrypt in fP

Bill Vermillion fp at wjv.com
Fri Nov 5 13:45:13 PST 2004


if:
then: nm(30,*)="Fairlight"; dt(20,*)="Fri, Nov 05 15:29 "; 
if:
then: show ("1","1") "On" < dt < nm < "said:" 

On Fri, Nov 05 15:29  Fairlight said: 

> Y'all catch dis heeyah?  Mike Rathburn been jivin' 'bout like:
> > fP 5; Winderz

> > I have a text field that needs to be encrypted during an
> > export routine, then later decrypted during an import
> > routine. Does anyone know of a simple way to do this in fP on
> > Windows? Perhaps know of a third-party utility that the field
> > value can be run through at export time? The file that is
> > created does not need encryption. Just the data field.

> That's a bit problematic unless you write the encryption in fP
> code. I was told that USER still isn't implemented in 5.x on
> Windows.

Since he's talking about fields only and in an export format,
perhaps just a simple mathematical manipulation on that one
field, and stuff the computation into a dummy and export the dummy.

In one of his other posts he said it only needs to be made
non-obvious [my interpretation], so he realy doesn't need
true encryption but just security through obscurity.

Bill
-- 
Bill Vermillion - bv @ wjv . com


More information about the Filepro-list mailing list