Changeset 6b67a70b
- Timestamp:
- Nov 25, 2015 4:54:44 PM (5 years ago)
- Branches:
- master
- Children:
- 13fd613
- Parents:
- 6934599
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/util/PasswordManager.java
r6934599 r6b67a70b 109 109 * @param pw plain text non-null, already trimmed 110 110 * @return if pw verified 111 * @since 0.9.2 2111 * @since 0.9.24 112 112 */ 113 113 public boolean checkHash(String shash, String pw) { … … 128 128 * @param pw plain text non-null, already trimmed 129 129 * @return salted+hash b64 string 130 * @since 0.9.2 2130 * @since 0.9.24 131 131 */ 132 132 public String createHash(String pw) {
Note: See TracChangeset
for help on using the changeset viewer.