I have programed a Java program which has access to my MySQL database. Currently I am using Joomla as CMS, therefore I would like to program my Java program so it is able to check the user data(of Joomla) to access the database.
If it isn't possible: Which encryption should I use so I can use it later for my websites ?
Right now my program is just comparing if the Strings in user field and password field with the data from the MySQL database.
I am new to Encryption/Decryption. Any tips how I should approach this subject is appreciated.
thanks in advance
greets
THE-E