aspnetcore/test/Microsoft.AspNet.Identity.Test
Levi B 37d4e2b6ff Use stronger password hashing algorithms by default.
New defaults:
Alg: PBKDF2
PRF: HMAC-SHA256
Iter count: 10,000
Salt size: 128 bits
Subkey size: 256 bits
2014-10-22 12:19:46 -07:00
..
ClaimsIdentityExtensionsTest.cs Add SecurityStampValidator 2014-07-21 10:42:04 -07:00
ClaimsIdentityFactoryTest.cs React to options and hosting changes 2014-10-14 19:19:44 -07:00
IdentityBuilderTest.cs Use stronger password hashing algorithms by default. 2014-10-22 12:19:46 -07:00
IdentityOptionsTest.cs Change GetService calls to GetRequiredService 2014-10-16 16:07:53 -07:00
IdentityResultTest.cs
Microsoft.AspNet.Identity.Test.kproj Removed source files from the project 2014-08-15 08:16:09 -07:00
Microsoft.Aspnet.Identity.Test.csproj
NoopRoleStore.cs IUserLogin API changes 2014-08-18 11:42:26 -07:00
NoopUserStore.cs IUserLogin API changes 2014-08-18 11:42:26 -07:00
PasswordHasherTest.cs Use stronger password hashing algorithms by default. 2014-10-22 12:19:46 -07:00
PasswordValidatorTest.cs Add social auth and two factor 2014-09-24 15:05:51 -07:00
RoleManagerTest.cs IUserLogin API changes 2014-08-18 11:42:26 -07:00
RoleValidatorTest.cs
SecurityStampValidatorTest.cs React to DI change for GetService 2014-10-16 15:33:59 -07:00
SignInManagerTest.cs Change GetService calls to GetRequiredService 2014-10-16 16:07:53 -07:00
UserManagerTest.cs Use stronger password hashing algorithms by default. 2014-10-22 12:19:46 -07:00
UserValidatorTest.cs Replace AlphaNumericUserName with Regex option 2014-09-24 15:41:19 -07:00
project.json Fixup references 2014-10-05 11:17:22 -07:00