Skip to content

Commit 9345408

Browse files
committed
Prettier fix formatting
1 parent 3e03ec3 commit 9345408

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Bitwarden-crypto safe module
22

3-
The safe module provides high-level cryptographic tools for building secure protocols and features. When developing new features, use this module first before considering lower-level primitives from other parts of `bitwarden-crypto`.
3+
The safe module provides high-level cryptographic tools for building secure protocols and features.
4+
When developing new features, use this module first before considering lower-level primitives from
5+
other parts of `bitwarden-crypto`.
46

57
## Password-protected key envelope
68

7-
Use the password protected key envelope to protect a symmetric key with a password. Examples include:
9+
Use the password protected key envelope to protect a symmetric key with a password. Examples
10+
include:
811

912
- locking a vault with a PIN/Password
1013
- protecting exports with a password
1114

12-
Internally, the module uses a KDF to protect against brute-forcing, but it does not expose this to the consumer. The consumer only provides a password and key.
15+
Internally, the module uses a KDF to protect against brute-forcing, but it does not expose this to
16+
the consumer. The consumer only provides a password and key.

0 commit comments

Comments
 (0)