Type alias DeriveKeyFromPasswordBase

DeriveKeyFromPasswordBase: {
    bitLength: 256 | 512;
    hash: "sha512";
    iterations: number;
    password: string;
    salt: string;
}

Type declaration

  • bitLength: 256 | 512
  • hash: "sha512"
  • iterations: number
  • password: string
  • salt: string

Generated using TypeDoc