mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-01 07:10:39 +00:00
up the iterations
This commit is contained in:
@@ -36,7 +36,7 @@ export function getKeyFromString(password: string) {
|
||||
}
|
||||
|
||||
export async function getDerivedForKey(key: CryptoKey, salt: ArrayBuffer) {
|
||||
const iterations = 1_000
|
||||
const iterations = 100_000
|
||||
return window.crypto.subtle.deriveKey(
|
||||
{
|
||||
name: 'PBKDF2',
|
||||
|
Reference in New Issue
Block a user