Hacker News new | past | comments | ask | show | jobs | submit login

rainbow tables are an implementation of the time-space tradeoff concept: you are trying to search through a space so large you cannot enumerate it. if you have already enumerated it, as in a wordlist, it is not meaningful to use rainbow tables. it's not a question of how; it's not even a well-defined operation.

that's great that you've made that list though.. i wanted word frequency tables for my startup which is an entirely unrelated type of project. if i hadn't found this i would have compiled it myself; thanks much :)

while your list doesn't have frequencies, i guess i can use the position in the list as a proxy for frequencies. but it's not optimal. any chance you can put up a list which also has the counts?




I don't have a current dump, but if you send me an email, I can give you the script I've written to create those dumps. It prints out the counts.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: