Skip to content

Create fake DEScrypt hashes for all possible salts

magnum edited this page Dec 7, 2021 · 2 revisions

These will (probably) be uncrackable but can be used to pre-cache all salts for you GPU

perl -e '$c64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; foreach $c1 (split //, $c64) { foreach $c2 (split //, $c64) { print "$c1${c2}Nf8Sbh3HDfQ\n"; } }' > pw-fakedes.in