In Encrypt.h

// Perform reversible encryption or decryption of 8 byte string in
//  srcP using 8 byte key keyP. Place 8 byte result in dstP.
Err EncDES(BytePtr srcP, BytePtr keyP, BytePtr dstP, Boolean encrypt);

Hope it helps
horace

----- Original Message ----- 
From: Hitesh Patel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2000 Jan 11 Tue 11:28pm
Subject: Encryption of database?


Hi,

I require to store some very confidential information in my applications
database and want to prevent other applications to access my database.

How do I encryt my database to achieve this so that the information in my
applications database cannot be accessed from elsewhere?

Thanks,

Hitesh


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1


Reply via email to