Property | Type | Description | |
---|---|---|---|
Function | byte[] |
Method | Description | |
---|---|---|
GetBytes ( int count ) : byte[] |
Returns a pseudo-random key from a password, salt and iteration count.
|
|
Pbkdf2 ( |
Creates new instance.
|
Method | Description | |
---|---|---|
Function ( ) : byte[] |
public GetBytes ( int count ) : byte[] | ||
count | int | Number of bytes to return. |
return | byte[] |
public Pbkdf2 ( |
||
algorithm | HMAC algorithm to use. | |
password | byte | The password used to derive the key. |
salt | byte | The key salt used to derive the key. |
iterations | int | The number of iterations for the operation. |
return | System |