Added passphrase from nowhere

This commit is contained in:
Willem Cazander 2025-01-12 23:21:12 +01:00
parent 320ac91e63
commit 2230332cb0
2 changed files with 5 additions and 2 deletions

View file

@ -145,7 +145,9 @@ public enum FourCornerDotCake {
// =========== Allow visible password as words in text // =========== Allow visible password as words in text
/// Binary Informative Passwords, 2048 from a random 0039 seed sheet. /// Burrough Informative Passwords, 2048 from a random 0039 seed sheet.
/// You only need one "word" and the terminator pie "curve" type for the grow factors and an "offset" number.
/// That allows a start point in nowhere which than creates 12 or 24 or many more BIP secure number points.
FC_BIP0039_2K(2048, 2048), FC_BIP0039_2K(2048, 2048),
// =========== Allow FileName/Variable/Class/Method/etc/etc to spelled correctly in any language // =========== Allow FileName/Variable/Class/Method/etc/etc to spelled correctly in any language

View file

@ -40,7 +40,8 @@ public enum FCDotCLKSource implements FCDotCLKSourceLookup {
RUST, RUST,
PYTHON, PYTHON,
ES6, ES6,
ALGOL_60 ALGOL_60,
//OPL, = "BASIC-2" see: https://github.com/inseven/opolua/tree/main
//BASIC, //BASIC,
//BASIC_MSX, // = disk-basic + msx stuff //BASIC_MSX, // = disk-basic + msx stuff
//BASIC_MPI, // MPI-2 for BASIC //BASIC_MPI, // MPI-2 for BASIC