public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoin-dev] a simple and easy-to-remember personalized mnemonic generation scheme
@ 2023-11-06  8:57 =?gb18030?B?Sm9l?=
  2023-11-07 17:31 ` symphonicbtc
  0 siblings, 1 reply; 2+ messages in thread
From: =?gb18030?B?Sm9l?= @ 2023-11-06  8:57 UTC (permalink / raw)
  To: =?gb18030?B?Yml0Y29pbi1kZXY=?=

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 936 bytes --]

hello,I'm Joe.I have a simple and easy-to-remember personalized mnemonic generation scheme. Users can customize any sentence, support multiple languages without language restrictions, map out the corresponding mnemonic, and thus replace the mnemonic's memory.
This is an upgraded version based on the BIP-39 proposals, making it easier and more effective for users to obtain their mnemonics, without worrying about forgetting the mnemonic, or even without having to write down the mnemonic. It only requires the user to remember the customized sentence.
The principle of the code mainly involves processing the user-defined sentence with the sha256 algorithm to generate corresponding entropy, and then obtaining the corresponding mnemonic through entropy. This method is fully compatible with the bip39 proposals.

Reference implementation:  https://github.com/zhouxiaofeng-zxf/nico


ÖÜС·ç
284282567@qq•com



 

[-- Attachment #2: Type: text/html, Size: 2684 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-07 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06  8:57 [bitcoin-dev] a simple and easy-to-remember personalized mnemonic generation scheme =?gb18030?B?Sm9l?=
2023-11-07 17:31 ` symphonicbtc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox