Encrypt Value before insert in to table
Posted: 2014-06-28 09:39
i am very little experience with php and still new with AppGini,
i would appreciate any help to solve following.
I have a table where i want to store Credentials and Password. I like to encrypt these Password when the User adds a Record and store them encrypted in the table. I nedd to decrypt them for use in bash script connected to this sql Database.
i'd like to encrypt and decrypt with AES_ENCRYPT and AES_DECRYPT
tanks a lot for any help.
i would appreciate any help to solve following.
I have a table where i want to store Credentials and Password. I like to encrypt these Password when the User adds a Record and store them encrypted in the table. I nedd to decrypt them for use in bash script connected to this sql Database.
i'd like to encrypt and decrypt with AES_ENCRYPT and AES_DECRYPT
tanks a lot for any help.