Home
last modified time | relevance | path

Searched refs:block_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.t5 base64_to_block block_to_base64
11 "ab".block_to_base64(crypt_rounds("password", 25,
15 "ab".block_to_base64(crypt_rounds("password", 13,
24 "_ab..abcd".block_to_base64(crypt_rounds(
30 is base64_to_block(block_to_base64("\0a\x{80}bcdef")), "\0a\x{80}bcdef";
H A Dutf8.t5 base64_to_block block_to_base64
25 eval { block_to_base64($bstr); };
45 is block_to_base64($ustr), block_to_base64($tstr);
/dports/security/p5-Authen-Passphrase/Authen-Passphrase-0.008/lib/Authen/Passphrase/
H A DDESCrypt.pm374 return block_to_base64($self->{initial});
455 return block_to_base64($self->{hash});
/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/fcrypt/
H A Dfcrypt.h38 block_to_base64(
H A Dfcrypt.c583 block_to_base64( in block_to_base64() function
692 block_to_base64(block, outbuf); in des_fcrypt()
/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.xs158 block_to_base64( in_block )
164 block_to_base64(block, base64);
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpass_gen.pl1181 …n "_".Crypt::UnixCrypt_XS::int24_to_base64($rounds).$salt.Crypt::UnixCrypt_XS::block_to_base64($h);