keyFromSecret

Build and return a key based on secret data using the specified salt

  1. Key keyFromSecret(string data, int rounds, int keyLength, int ivLength)
  2. Key keyFromSecret(string data, string salt, int rounds, int keyLength, int ivLength)
    keyFromSecret
    (
    string data
    ,
    string salt
    ,
    int rounds = 200
    ,
    int keyLength = EVP_MAX_KEY_LENGTH
    ,
    int ivLength = EVP_MAX_IV_LENGTH
    )

Meta