AuthMeReloaded/src/test/java/fr/xephi/authme/security/crypts
ljacqu b22f26822b
#1627 Replace BCryptService with Maven dependency (#1629)
* #1627 Replace BCryptService with Maven dependency
- Remove BCryptService in favor of a better BCrypt implementation (Maven dependency)
- Introduce BCryptHasher wrapping the dependency with more suitable methods
- Fix inaccurate details about salt length in docu annotation: for BCrypt it's always 22 chars
- Change phpBB hash to produce 2y hashes instead of 2a

* #1627 Use UTF-8 encoding when (dis)assembling Strings

* #1627 Small test additions
2018-09-03 23:13:48 +02:00
..
AbstractEncryptionMethodTest.java #1095 Update SMF hash algorithm to generate salt as SMF does 2017-10-08 22:42:37 +02:00
Argon2Test.java #1150 - Add Argon2 support 2017-10-23 00:10:48 +02:00
BCrypt2yTest.java #1627 Replace BCryptService with Maven dependency (#1629) 2018-09-03 23:13:48 +02:00
BCryptTest.java #1627 Replace BCryptService with Maven dependency (#1629) 2018-09-03 23:13:48 +02:00
CmwCryptTest.java Add new hash method (#1446) 2017-12-07 19:58:19 +01:00
CrazyCrypt1Test.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
DoubleMd5Test.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
Ipb3Test.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
Ipb4Test.java #1627 Replace BCryptService with Maven dependency (#1629) 2018-09-03 23:13:48 +02:00
JoomlaTest.java #1128 Rename to camel case (PR #235) 2017-03-17 18:49:30 +01:00
Md5Test.java #1128 Rename to camel case (PR #235) 2017-03-17 18:49:30 +01:00
Md5vBTest.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
MyBBTest.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
Pbkdf2DjangoTest.java #685 Add php implementation for PBKDF2 2016-11-25 16:41:55 +01:00
Pbkdf2Test.java #685 Allow to configure number of rounds for PBKDF2 2016-11-26 18:41:04 +01:00
PhpBBTest.java #1400 Sync AuthMe's phpBB hash implementation with phpBB3's 2017-11-04 09:58:51 +01:00
PhpFusionTest.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
RoyalAuthTest.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
Salted2Md5Test.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
SaltedSha512Test.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
Sha1Test.java #1128 Rename to camel case (PR #235) 2017-03-17 18:49:30 +01:00
Sha256Test.java #1128 Rename to camel case (PR #235) 2017-03-17 18:49:30 +01:00
Sha512Test.java #1128 Rename to camel case (PR #235) 2017-03-17 18:49:30 +01:00
SmfTest.java #1095 Update SMF hash algorithm to generate salt as SMF does 2017-10-08 22:42:37 +02:00
TwoFactorTest.java Fix Checkstyle violations 2017-07-16 23:07:13 +02:00
Wbb3Test.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
Wbb4Test.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
WhirlpoolTest.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
WordpressTest.java #1128 Rename files to match new case of Java classes 2017-03-17 19:21:20 +01:00
XAuthTest.java #1128 Rename converter classes to start with uppercase letter 2017-03-17 19:28:40 +01:00
XfBCryptTest.java #1627 Replace BCryptService with Maven dependency (#1629) 2018-09-03 23:13:48 +02:00