keyFromSecret

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

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

Meta