Home
last modified time | relevance | path

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

/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/t/
H A Dpieces.t6 base64_to_int24 int24_to_base64
31 is base64_to_int24(int24_to_base64(12345678)), 12345678;
H A Dutf8.t6 base64_to_int24 int24_to_base64
/dports/security/p5-Authen-Passphrase/Authen-Passphrase-0.008/lib/Authen/Passphrase/
H A DDESCrypt.pm397 return int24_to_base64($self->{nrounds});
433 return int24_to_base64($self->{salt});
/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/fcrypt/
H A Dfcrypt.c571 int24_to_base64( in int24_to_base64() function
677 int24_to_base64(nrounds, outbuf + 1); in des_fcrypt()
678 int24_to_base64(saltnum, outbuf + 5); in des_fcrypt()
H A Dfcrypt.h43 int24_to_base64(
/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm12400.pm29 my $tmp_hash = sprintf ("_%s%s%s", int24_to_base64 ($iter), $salt, block_to_base64 ($hash_buf));
/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/
H A DUnixCrypt_XS.xs186 int24_to_base64( val )
190 int24_to_base64(val, base64);
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpass_gen.pl1181 …return "_".Crypt::UnixCrypt_XS::int24_to_base64($rounds).$salt.Crypt::UnixCrypt_XS::block_to_base6…