Home
last modified time | relevance | path

Searched refs:crypt_rounds (Results 1 – 8 of 8) sorted by relevance

/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/t/
H A Dpieces.t4 crypt crypt_rounds fold_password
11 "ab".block_to_base64(crypt_rounds("password", 25,
15 "ab".block_to_base64(crypt_rounds("password", 13,
17 crypt_rounds("password", 12,
24 "_ab..abcd".block_to_base64(crypt_rounds(
H A Dutf8.t4 crypt crypt_rounds fold_password
17 eval { crypt_rounds($bstr, 25, 25, $tstr); };
19 eval { crypt_rounds($tstr, 25, 25, $bstr); };
41 is crypt_rounds($ustr, 25, 25, $ustr),
42 crypt_rounds($tstr, 25, 25, $tstr);
/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/fcrypt/
H A Dfcrypt.c442 crypt_rounds( in crypt_rounds() function
646 crypt_rounds(key, 1, 0, key); in ext_password_to_key()
691 crypt_rounds(key, nrounds, saltnum, block); in des_fcrypt()
H A Dfcrypt.h14 crypt_rounds(
/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm12400.pm27 my $hash_buf = crypt_rounds ($key_value, $iter, $salt_value, $data);
/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/
H A DUnixCrypt_XS.xs100 crypt_rounds( password, nrounds, saltnum, in_block )
115 crypt_rounds(key, nrounds, saltnum, block);
/dports/security/p5-Authen-Passphrase/Authen-Passphrase-0.008/lib/Authen/Passphrase/
H A DDESCrypt.pm473 return crypt_rounds($passphrase, $self->{nrounds}, $self->{salt},
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpass_gen.pl1180 …my $h = Crypt::UnixCrypt_XS::crypt_rounds(Crypt::UnixCrypt_XS::fold_password($_[1]),$rounds,Crypt:…