Skip to content

How safe is passphrase compared to the username and password combination? #22

Answered by clems4ever
ecoholic84 asked this question in Q&A
Discussion options

You must be logged in to vote

Just to complement the answer with the implementation details for those who, like me, were wondering, the passphrase is generated from go-bip39, the library used by some famous blockchains to authenticate the wallets, and given the current implementation of anytype, it generates a 12-word english passphrase out of a dictionary of 2048 words, which means an entropy of about 128 bits which is just infeasible to bruteforce today without prior knowledge about the passphrase.
Also, the passphrase is generated from the middleware here, which also means locally on the end devices, which is what we could expect to keep our data private.

@ecoholic84 , the passphrase is therefore very secure as lon…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ecoholic84
Comment options

Comment options

You must be logged in to vote
2 replies
@fuksman
Comment options

@ecoholic84
Comment options

Answer selected by fuksman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants