I'm assuming this makes the passphrase easier to remember.
One reason I'm hesitant to start development of this feature for Phraze is that I'm not sure how to accurately estimate the entropy of a passphrase generator via this acrostic method. This issue describes some potential pitfalls in this calculation.
Clearly, the entropy calculations depends on whether the word that forms the acrostic is chosen by the user (as xkcdpass does) or chosen randomly by the program. The latter case would lead to a "stronger" passphrase and, mathematically, would be more interesting.
I noticed that XKCD-password-generator has an option to generate a passphrase that matches an acrostic.
I'm assuming this makes the passphrase easier to remember.
One reason I'm hesitant to start development of this feature for Phraze is that I'm not sure how to accurately estimate the entropy of a passphrase generator via this acrostic method. This issue describes some potential pitfalls in this calculation.
Clearly, the entropy calculations depends on whether the word that forms the acrostic is chosen by the user (as xkcdpass does) or chosen randomly by the program. The latter case would lead to a "stronger" passphrase and, mathematically, would be more interesting.