Salmon
Loading...
Searching...
No Matches
Mku.Salmon.Password Namespace Reference

Classes

interface  ISalmonPbkdfProvider
 Provides key derivation based on text passwords. More...
 
class  SalmonDefaultPbkdfProvider
 Provides pbkdf via C# default algorithm. More...
 
class  SalmonPassword
 Generates security keys based on text passwords. More...
 
class  SalmonPbkdfFactory
 Creates AES transformer implementations. More...
 

Enumerations

enum  PbkdfAlgo { SHA1 , SHA256 }
 Pbkdf algorithm implementation type. More...
 
enum  PbkdfType { Default }
 Pbkdf implementation type. More...
 

Enumeration Type Documentation

◆ PbkdfAlgo

Pbkdf algorithm implementation type.

Enumerator
SHA1 

SHA1 hashing. DO NOT USE.

SHA256 

SHA256 hashing.

◆ PbkdfType

Pbkdf implementation type.

Enumerator
Default 

Default C# pbkdf implementation.