|
|
|
|
|
by throwaway76543
3263 days ago
|
|
There's no need to store anything. You have a list of hashes you'd like to reverse. You compute the entire search space and compare each. No storage, other than the hashes you're attempting to reverse -- which for a data dump from even a large site like Yahoo wouldn't be very large at all. Megabytes. |
|