Skip to content

Question: How secure is storing the secret.tomb file along with they key file relying only on password? #455

Answered by jaromil
NickEckardt asked this question in Q&A
Discussion options

You must be logged in to vote

The password does not provide enough entropy for reasonable security; an attacker gaining both tomb and key can brute force the password. Using KDF extension, particularly Argon2, can help protect against brute-forcing, but it is not enough... Tomb exists also to discourage people from doing this. If you insist on doing this, then please know that the disk-encryption systems of GNU/Linux distros keep volumes and keys on disk, so perhaps use that.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jaromil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #454 on November 27, 2022 06:54.