Skip to content

Commit 653b357

Browse files
committed
comment update in generateAcronym()
1 parent cc68b57 commit 653b357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/alternate.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ function generateAlternate(selection) {
156156

157157
/**
158158
* 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!
159162
* @param {Number} wordCount - The number of words in the passphrase.
160163
* @param {Array} wordList - A list of words to choose frome.
161164
* @param {Boolean} useEntropy - Boolean to use collected entropy.

0 commit comments

Comments
 (0)