Hi,
i want to protect my Java product by using some USB-based authentication and password management solution like you can buy it here: aladdin This mean that you have to connect a USB stick with a special software on it, before you can start your application.
I would like to here some experience of users which have used hardware like this.
- Is this as safe as it sounds?
- General: How much money you would spend to protect a software which would sell 100 times?
I will obfuscate my Java code and save some user specific OS settings in a crypted file which is lying somewhere on the hard disk. I dont want to constrain the user to do a online registration, because the internet is not necessary for the application.
Thanks