BlueJay924
Freshman
- Joined
- May 6, 2003
- Messages
- 46
I want to be able to encrypt my data from an ms access database, but from what i read, the security provided by MS Access is easy to break. one message i read said was to not store the actual value, but to store its hash value. This works fine but the data cannot be decoded and i need to be able to decode the encrypted data. Does anyone know how i can accomplish this? does anyone know of a good, secure encryption/decryption algorithm?