Securing remote mysql connection

前端 未结 2 563
萌比男神i
萌比男神i 2021-01-06 19:33

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

2条回答
  •  猫巷女王i
    2021-01-06 20:06

    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?

提交回复
热议问题