Hi,
I have seen multiple topics about online payment processors (OPP), but none of them talk about License file generation and it's something that's pretty hard to find on the website of the OPP's.
I want to sell a desktop application thru a website. When the user chooses to buy the product he will get a license file thru email (or via the email body). That license file can then be imported in the application.
I was thinking private/public rsa encryption of some properties that are requested of him during the buying (f.e. compagny name, number of clients, etc).
I can't seem to find an OPP that allows me to do this. I'm open to changes to my security implementation, but the license needs to be based on a number of user given properties since some of the properties will limit the applications use. (f.e. the number of clients: he pays for 10, so the application will only allow 10)
It also needs to be global.
Anyone ?