Java Framework for Password Management [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are o开发者_JS百科ff-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI am search java framework to manage passwords in my project like controlling password strength and encrypting password and any other features.
Do you have any recommendations?
http://download.java.net/jdk6/beta2/docs/technotes/guides/security/crypto/CryptoSpec.html
http://www.bouncycastle.org/
http://code.google.com/p/keyczar/
(keyczar is the simplest)
cheers
daniel
LDAP with the password extensions already does all this for you.
PrimeFaces comes with a visual password-strength indicator component.
All these features included in this open source project but is is not a framework but an end user product. http://www.mypasswords7.com/
精彩评论