mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
Use 2 iterations for local password hashing (#404)
* Use 2 iterations for local password hashing * fix typo
This commit is contained in:
4
common/src/enums/hashPurpose.ts
Normal file
4
common/src/enums/hashPurpose.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum HashPurpose {
|
||||
ServerAuthorization = 1,
|
||||
LocalAuthorization = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user