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
ClaimsIdentityFactoryTest.cs
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
Microsoft.Aspnet.Identity.Test.csproj
NoopRoleStore.cs
NoopUserStore.cs
PasswordHasherTest.cs Use stronger password hashing algorithms by default. 2014-10-22 12:19:46 -07:00
PasswordValidatorTest.cs
RoleManagerTest.cs
RoleValidatorTest.cs
SecurityStampValidatorTest.cs
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
project.json