encrypting data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

does anyone know of a simple way to encrypt the data in an Acc97 back end so that it is incomprehensible when opened? So that the only way to view it is to use the proper front end mde

thanks
-hai
 
You could encrypt it with RC4 using (as the encryption key) a passphrase
entered by the user. Search for RC4 on the web.

But this would really be lots of work. Is you data really worth it?

HTH,
TC


hnq51834 said:
does anyone know of a simple way to encrypt the data in an Acc97 back end
so that it is incomprehensible when opened? So that the only way to view it
is to use the proper front end mde?
 
Back
Top