Students may want to create their own mnemonics. Successful mnemonics should have a personal meaning or importance to the learner. Students can start with these online mnemonic generators: Spacefem's Mnemonic Generator Mnemonic Generator Students can create their own mnemonics without a digital tool, f...
tries to do better by being more selective about its word list. Its criteria are thus: Mandatory Criteria: - The wordlist contains 1626 words. - All words are between 4 and 7 letters long. - No word in the list is a prefix of another word (e.g. visit, visitor). - Five letter pr...
Create checksum size = entropy.length / 32 # number of bits to take from hash of entropy (1 bit checksum for every 32 bits entropy) sha256 = Digest::SHA256.digest([entropy].pack("B*")) # hash of entropy (in raw binary) checksum = sha256.unpack("B*").join[0..size-1] # get...