C# Class ToDo.App.EncryptionHelper

Mostra file Open project: markrendle/todo-sample

Public Methods

Method Description
GenerateSaltedHash ( byte plainText, byte salt ) : IEnumerable
GenerateUserSalt ( ) : byte[]

Method Details

GenerateSaltedHash() public static method

public static GenerateSaltedHash ( byte plainText, byte salt ) : IEnumerable
plainText byte
salt byte
return IEnumerable

GenerateUserSalt() public static method

public static GenerateUserSalt ( ) : byte[]
return byte[]