Help for this page
#!/usr/bin/perl ... my $salt = 'sa'l print crypt($pw, $salt);
if($mySavedPassword =~ s/^\$2a\$04\$/){ # ... blowfish! }