Tagged Questions
3
votes
1answer
551 views
Security considerations when hosting signed jars
What are the security implications for hosting signed jars on the internet?
As I understand jar signing, once a user choose to auto-accept a certificate, it doesn't matter if the signed jar came from ...
0
votes
2answers
328 views
Using jar signing as a kind of license key
Related to this question, can / should I use jar signing to create a tamper proof jar with information embedded for run-time enforcement of the number of users allowed to use the application? My idea ...