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:
@@ -244,7 +244,7 @@
|
||||
|
||||
const aesOptions = {
|
||||
name: 'AES-CBC',
|
||||
length: 256
|
||||
length: length
|
||||
};
|
||||
|
||||
return window.crypto.subtle.importKey('raw', password, importAlg, false, ['deriveKey'])
|
||||
|
||||
Reference in New Issue
Block a user