]> WPIA git - gigi.git/commit - links.txt
add: PasswordHashChecker implementation
authorFelix Dörre <felix@dogcraft.de>
Sun, 14 Jan 2018 23:40:03 +0000 (00:40 +0100)
committerLucas Werkmeister <mail@lucaswerkmeister.de>
Tue, 12 Jun 2018 18:31:25 +0000 (20:31 +0200)
commit3bcfce78399cac2b4f7ad36853a28c866e3fb721
tree47b3f6d46203dbf4d0d2ef99eb171c2810d23f93
parentfeadaca27fca9d518b7436299e23da523eb15d4b
add: PasswordHashChecker implementation

The implementation is mostly taken from code in the “lookhash”
repository and its first (only) issue. knownPasswordHash and
estimateHashOffset were written by Felix Dörre, while checkPassword,
compareHashes and the surrounding bits of the class were written by
Lucas Werkmeister.

Part of #143.

Change-Id: I6c4175c85ed40544b2ca6a86673814a0cfbb6dcd
links.txt
src/club/wpia/gigi/passwords/PasswordHashChecker.java [new file with mode: 0644]