Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lellis1936 committed May 5, 2022
1 parent cbb03d7 commit 33eaa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ the nonces are not re-used for the same key.

## Key generation and usage
- The file encryption key (FEK) is generated using a cryptographic random number generator.
- The master key (MK) is generated via the PBKDBF2 function using the password, a 16-byte random salt, SHA256 and an iteration count of 10,000. This key is used to encrypt the FEK.
- The master key (MK) is generated via the PBKDBF2 function using the password, a 16-byte random salt, SHA256 and an iteration count of 10,000 (for v1.1) or 100,000 (v1.2). This key is used to encrypt the FEK.

The encrypted FEK (EFEK) is stored in the header. No other keys are stored in the encrypted file.

Expand Down

0 comments on commit 33eaa69

Please sign in to comment.