Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions bip-0039/bip-0039-wordlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* [Italian](italian.txt)
* [Czech](czech.txt)
* [Portuguese](portuguese.txt)
* [Polish](polish.txt)


## Wordlists (Special Considerations)

Expand Down Expand Up @@ -115,3 +117,20 @@ Credits: @alegotardo @bitmover-studio @brenorb @kuthullu @ninjastic @sabotag3x @
9. The words which have not the same spelling in Brazil and in Portugal are excluded.
10. No words that remind negative/sad/bad things.
11. No very similar words with 1 letter of difference.

### Polish

Credits @KTrzeszczkowski (Karol Trzeszczkowski)

Words chosen using the following rules:

1. Words are 4-8 letters long.
2. Words can be uniquely determined typing the first 4 letters.
3. Special Polish characters like 'ą', 'ę', 'ć', etc... are considered equal to 'a', 'e', 'c', etc... in terms of identifying a word. Therefore, there is no need to use a Polish keyboard to introduce the passphrase, an application with the Polish wordlist will be able to identify the words after the first 4 chars have been typed even if the chars with accents have been replaced with the equivalent without accents.
4. All words are in basic form.
5. No personal names or geographical names.
6. No very similar words with 2 letter of difference.
7. Words are sorted according English alphabet ignoring diacritic signs.
8. No words already used in other language mnemonic sets (english, italian, french, spanish, czech).
9. Built with the most popular Polish words based on the [Open frequency dictionary of lexems](https://web.archive.org/web/20091116122442/http://www.open-dictionaries.com/slownikfrleks.pdf)
10. Words include negative and bad things as those are easier to remember.
Loading