URI: 
       tremove very common words and nsfw words - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit d03dd0be8e2cc2e9a67ceff07c7e083cac17debd
   DIR parent ecd144b625a443caf1f43bc1ed9d5f7c56d67261
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Tue,  8 Nov 2011 17:31:42 +0100
       
       remove very common words and nsfw words
       
       Diffstat:
         M client/mnemonic.py                  |      38 +------------------------------
       
       1 file changed, 1 insertion(+), 37 deletions(-)
       ---
   DIR diff --git a/client/mnemonic.py b/client/mnemonic.py
       t@@ -22,12 +22,10 @@
        
        words = [
        "like",
       -"have",
        "just",
        "love",
        "one",
        "know",
       -"from",
        "never",
        "want",
        "see",
       t@@ -38,20 +36,12 @@ words = [
        "there",
        "life",
        "make",
       -"how",
       -"would",
        "look",
        "eye",
       -"because",
        "say",
        "day",
       -"who",
       -"get",
       -"had",
       -"were",
        "down",
        "only",
       -"our",
        "think",
        "heart",
        "back",
       t@@ -59,20 +49,16 @@ words = [
        "into",
        "come",
        "about",
       -"him",
        "more",
        "away",
        "still",
       -"their",
        "way",
        "them",
       -"why",
        "take",
        "thing",
        "even",
        "through",
        "long",
       -"let",
        "always",
        "world",
        "too",
       t@@ -80,16 +66,13 @@ words = [
        "tell",
        "try",
        "hand",
       -"has",
        "face",
       -"did",
        "thought",
        "over",
        "here",
        "word",
        "other",
        "where",
       -"every",
        "need",
        "smile",
        "again",
       t@@ -97,7 +80,6 @@ words = [
        "cry",
        "been",
        "night",
       -"its",
        "ever",
        "little",
        "said",
       t@@ -168,7 +150,6 @@ words = [
        "body",
        "hate",
        "after",
       -"until",
        "close",
        "talk",
        "hard",
       t@@ -186,7 +167,6 @@ words = [
        "new",
        "many",
        "two",
       -"told",
        "inside",
        "should",
        "true",
       t@@ -262,7 +242,6 @@ words = [
        "sound",
        "red",
        "everyone",
       -"fuck",
        "hide",
        "kiss",
        "truth",
       t@@ -365,7 +344,6 @@ words = [
        "learn",
        "three",
        "gave",
       -"set",
        "floor",
        "promise",
        "breathe",
       t@@ -532,7 +510,6 @@ words = [
        "four",
        "leg",
        "ring",
       -"ago",
        "course",
        "goodbye",
        "lead",
       t@@ -541,7 +518,6 @@ words = [
        "corner",
        "desire",
        "fine",
       -"gonna",
        "known",
        "problem",
        "ran",
       t@@ -591,14 +567,12 @@ words = [
        "also",
        "create",
        "lonely",
       -"onto",
        "safe",
        "cross",
        "dress",
        "evil",
        "silent",
        "bone",
       -"brought",
        "fate",
        "perhaps",
        "anger",
       t@@ -682,7 +656,6 @@ words = [
        "echo",
        "figure",
        "gold",
       -"golden",
        "grew",
        "herself",
        "laughter",
       t@@ -785,11 +758,9 @@ words = [
        "imagine",
        "important",
        "nobody",
       -"none",
        "shatter",
        "warmth",
        "became",
       -"below",
        "bore",
        "fat",
        "feed",
       t@@ -871,7 +842,6 @@ words = [
        "suck",
        "sweat",
        "tale",
       -"bitch",
        "box",
        "chill",
        "clothes",
       t@@ -1162,7 +1132,6 @@ words = [
        "exactly",
        "explode",
        "familiar",
       -"flew",
        "fold",
        "further",
        "lit",
       t@@ -1171,7 +1140,6 @@ words = [
        "scent",
        "selfish",
        "sell",
       -"sex",
        "sharp",
        "sink",
        "spring",
       t@@ -1198,7 +1166,6 @@ words = [
        "palm",
        "perfectly",
        "pillow",
       -"piss",
        "pity",
        "poison",
        "roar",
       t@@ -1592,7 +1559,6 @@ words = [
        "blossom",
        "bounce",
        "bridge",
       -"bye",
        "cheap",
        "crumble",
        "decision",
       t@@ -1751,7 +1717,6 @@ words = [
        "fur",
        "giggle",
        "glorious",
       -"hers",
        "ignorance",
        "law",
        "lifeless",
       t@@ -1771,7 +1736,6 @@ words = [
        "possibly",
        "practice",
        "slice",
       -"slut",
        "spell",
        "stock",
        "strife",
       t@@ -1815,7 +1779,6 @@ words = [
        "gut",
        "hook",
        "hurl",
       -"ill",
        "invite",
        "juice",
        "manage",
       t@@ -1950,6 +1913,7 @@ def mn_decode( wlist ):
        
        if __name__ == '__main__':
            import sys
       +    print len(words)
            key = '6a8657c1f2566290be460fd51bb9f7fc'
            ss = mn_encode(key)
            print key