If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hashed or encrypted password to AS400 jdbc connection
We have a Spring application that connects to a DB2 AS400 database. We are currently using configuration files (.properties) to store the connection details, Spring reads thes files in the context creation phase and creates the datasource accordingly.
I need examples how to generate and encrypt a license (alphanumeric key).
The work e have done was licenses with numbers ou special caracters.
Need to the reverse way (decrypt way).
Like a example: [Name that de user put] and receive something like that [Ak5jH6OR23Ef8W71]...