We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc68b57 commit 653b357Copy full SHA for 653b357
js/alternate.js
@@ -156,6 +156,9 @@ function generateAlternate(selection) {
156
157
/**
158
* Generate a passphrase built up from an acronym.
159
+ * There is some discussion that my approach might not be secure. A Mastodon
160
+ * discussion about it: https://fosstodon.org/deck/@atoponce/110839994357941432
161
+ * I'm not convinced this approach is flawed. But PR's are welcome!
162
* @param {Number} wordCount - The number of words in the passphrase.
163
* @param {Array} wordList - A list of words to choose frome.
164
* @param {Boolean} useEntropy - Boolean to use collected entropy.
0 commit comments