Good morning all,
I am using c++ and also using wxWidget, In backend i m using MySql C API, i want to save user name and password in encrypted form inside the database,
when user will try to login,I will decrypt the data for authentication,
1-Is there any headerfiles in c++ who can handle encryption or decryption?
2-is there any functions in mysql who can save the data in encrypt form and decrypt the data when required?