C# Mine
ContentsIndexHome
PreviousUpNext
AESEncryption.KeyGenerator Method

Key Generator

Syntax
C#
public static byte[] KeyGenerator(string Password, string Salt, string HashAlgorithm, int PasswordIterations);
Parameters 
Description 
string Password 
Password string 
string Salt 
Salt (Password string 2) 
string HashAlgorithm 
Can be either "SHA1" or "MD5" 
int PasswordIterations 
Number of iterations to do 

A 128-bit Key

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!