Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leveled/b3d09dc9466005584217b74b972a04b4 to your computer and use it in GitHub Desktop.
Save leveled/b3d09dc9466005584217b74b972a04b4 to your computer and use it in GitHub Desktop.
Character frequencies as a dictionary, may be useful for crypto frequency analysis
frequency = {'e':12.02,'t':9.10,'a':8.12,'o':7.68,'i':7.31,'n':6.95,'s':6.28\
,'r':6.02,'h':5.92,'d':4.32,'l':3.98,'u':2.88,'c':2.71\
,'m':2.61,'f':2.30,'y':2.11,'w':2.09,'g':2.03,'p':1.82\
,'b':1.49,'v':1.11,'k':0.69,'x':0.17,'q':0.11,'j':0.1,'z':0.07}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment