C# Class Chaos.Portal.Authentication.Tests.Domain.PasswordHelperTest

Inheritance: TestBase
Show file Open project: CHAOS-Community/CHAOS.Portal.Authentication

Private Methods

Method Description
GenerateHash_MultipleIterationWithoutSalt_ShouldGenerateDifferentHashesForSamePassword ( ) : void
GenerateHash_OneIterationWithSalt_ShouldGenerateDifferentHashesForSamePassword ( ) : void
GenerateHash_OneIterationWithoutSalt_DifferentSaltsYieldSameResult ( ) : void
GenerateHash_OneIterationWithoutSalt_ShouldBeCompatibleWithV5 ( ) : void
Make_PasswordHelper ( uint iterations, bool useSalt ) : PasswordHelper