keyfork-mnemonic-generate: add README

This commit is contained in:
Ryan Heywood 2023-08-16 18:27:55 -05:00
parent bf0468e405
commit 6f00eb6fd7
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
This program is designed to generate a 12- or 24-word mnemonic using system
entropy on an offline, post-5.4-kernel Linux system. For testing purposes, the
command may be run in an insecure environment using `SHOOT_SELF_IN_FOOT=1`. The
program may be passed a seed size as the first and only argument, and only
supports seed sizes of 128 bits or 256 bits, for 12 and 24 word mnemonics.