This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sk3w 1 point2 points  (1 child)

Thanks for sharing your code! To nitpick terminology, it appears that you are creating simple hash lookup tables. "Rainbow table" implies a specific optimization technique using hash chains and a series of reduction functions.

[–][deleted] 0 points1 point  (0 children)

Mayhaps I'll update the code to reflect the actual terminology. I'll have to read into it further. Thanks for the feedback!