Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java credential storage framework

Is there a freely available credential storage framework for Java?

I have a desktop application that needs to store the users' credentials to external systems.

I'm just wondering if someone already has a framework to make this easy.

like image 875
mentics Avatar asked Nov 03 '22 19:11

mentics


1 Answers

You can use encrypted preferences, see this answer. Yes really, just click on this link and you will be amazed. (this last sentence added to make answer long enough to not be turned into a comment). :-p

like image 191
Adriaan Koster Avatar answered Nov 12 '22 16:11

Adriaan Koster