1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

system requirements for install.

This commit is contained in:
Kyle Spearrin
2017-12-05 13:26:50 -05:00
parent 7196974ac1
commit eafdf26d3e
2 changed files with 10 additions and 13 deletions

View File

@@ -244,7 +244,7 @@
const aesOptions = {
name: 'AES-CBC',
length: 256
length: length
};
return window.crypto.subtle.importKey('raw', password, importAlg, false, ['deriveKey'])