Tagged Questions
2
votes
1answer
91 views
The best ways to persist the license client information in the database
I develop a license server and a license client system (Java based applications).
The flow is the following:
The license is stored on the license server
The client application includes a ...
4
votes
1answer
176 views
Storing License Keys
I'm creating an application which generates licenses key and stores this in a database (the licenses are checked on-line). I don't wish to store these license unhashed - in case the database is ...