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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top