1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00
Files
browser/common/src/enums/hashPurpose.ts
Thomas Rittson 8797924bd1 Use 2 iterations for local password hashing (#404)
* Use 2 iterations for local password hashing

* fix typo
2021-06-10 07:24:31 +10:00

5 lines
85 B
TypeScript

export enum HashPurpose {
ServerAuthorization = 1,
LocalAuthorization = 2,
}