105 Commits (cfb7c87dfd199c1bf9530ade8a6bfc4bfbfe677b)

Author SHA1 Message Date
Joe Grandja c50441b59f Update default configuration for Pbkdf2PasswordEncoder 3 years ago
Joe Grandja f8419003eb Update default configuration for SCryptPasswordEncoder 3 years ago
Joe Grandja 2ea62d0f8b Update default configuration for Argon2PasswordEncoder 3 years ago
Rob Winch 2fb625db84 Remove mockito deprecations 4 years ago
Josh Cummings 3f13fa0285
Improve Upgrading 4 years ago
Josh Cummings a40f73521c Improve Upgrading 4 years ago
Josh Cummings 1229b27b87 Improve Upgrading 4 years ago
Jihoon Cha af7f943325
Prevent instantiation of DelegatingPasswordEncoder if idPrefix contains idSuffix 4 years ago
heowc 399cf2e59d Support for changing prefix and suffix in `DelegatingPasswordEncoder` 4 years ago
heowc 84d173c310 Fix typo 5 years ago
heowc 7b73b94198 Fix typo 5 years ago
Rob Winch 793cd71a5e Remove remaining junit code 5 years ago
Rob Winch 3e93b024d6 openrewrite Junit Migration 5 years ago
Loic Guibert ad489495dc Make salt length configurable in Pbkdf2PasswordEncoder 5 years ago
Phillip Webb c502312719 Replace expected @Test attributes with AssertJ 6 years ago
Phillip Webb 20baa7d409 Replace ExpectedException @Rules with AssertJ 6 years ago
Phillip Webb 319d3364aa Migrate to assertThatExceptionOfType 6 years ago
Phillip Webb a5aa6b3d7f Remove blank lines from all tests 6 years ago
Phillip Webb 01d90c9881 Hide utility class constructors 6 years ago
Phillip Webb ff94944313 Add whitespace after copyright header 6 years ago
Phillip Webb 8d80166aaf Update exception variable names 6 years ago
Phillip Webb e9130489a6 Remove restricted static imports 6 years ago
Phillip Webb db55ef4b3b Migrate to BDD Mockito 6 years ago
Phillip Webb 9e08b51ed3 Apply code cleanup rules to projects 6 years ago
Phillip Webb 8866fa6fb0 Always use 'this.' when accessing fields 6 years ago
Phillip Webb 37fa94fafc Organize imports 6 years ago
Phillip Webb 5f64f53c3f Use consistent "@" tag order in Javadoc 6 years ago
Phillip Webb 71bc145ae4 Remove superfluous comments 6 years ago
Phillip Webb b7fc18262d Reformat code using spring-javaformat 6 years ago
Phillip Webb 27ac046d8a Rename *Test.java -> *Tests.java 6 years ago
Eleftheria Stein 4d63e2f332 AesBytesEncryptor constructor that uses secret key 6 years ago
Alan Czajkowski 4b2afdf825 BCryptPasswordEncoder rawPassword cannot be null 6 years ago
YYTVicky d9f7422c2c Update BouncyCastleAesBytesEncryptorEquivalencyTest.java 6 years ago
Rafael Garcia 65f5c29316 Check hashes of byte array passwords 6 years ago
Rafael Garcia c71e84bdac Replace test vectors with list of objects 6 years ago
Lars Grefer 34dd5fea30 Remove redundant throws clauses 7 years ago
Lars Grefer ff1070df36 remove redundant modifiers found by checkstyle 7 years ago
Simeon Macke b3da1e466b Add Argon2PasswordEncoder 7 years ago
Lars Grefer 43737a56bd Use foreach where possible 7 years ago
Rob Winch e1f155ba89 Polish SCrypt Upgrade Support 7 years ago
Lars Grefer e95effc839 Allow upgrading between different SCrypt encodings 7 years ago
Rob Winch 742df2cd1d Polish BCrypt upgrade 7 years ago
Lars Grefer d3d6a8743e Allow upgrading between different BCrypt encodings 7 years ago
Léon van der Kaap d2248d185b
Add extra salt length check for BCrypt 7 years ago
Spring Operator b93528138e URL Cleanup 7 years ago
Rob Winch ae0f330f98 Add BCrypt Test for Empty Raw Password 7 years ago
Josh Cummings 9ee291e659
AesBytesEncryptorTests Check Key Strength 7 years ago
Josh Cummings 13de580632
AesBytesEncryptorTests 7 years ago
linfeng 388a7b62b9 Add BCrypt Revision Support 8 years ago
Rob Winch 02b857d82a Add PasswordEncoder.upgradeEncoding 8 years ago