|
|
|
|
|
by phire
1587 days ago
|
|
It's not a cryptographic break. It's simply a regular password cracking algorithm, but with instead of knowing the full hash, you only know a partial hash. It should be viable, even without rainbow tables. That's why plain, unsalted sha256 is very unsafe for password storage. |
|