I\'m in the unfortunate position of having to sync a local microsoft access database with a remote mysql database.
I have written a php script which will sync the da
You could use the PHP mcrypt functions to encrypt and decrypt the data.
A good example of this can be found right on SOF: Best way to use PHP to encrypt and decrypt?