Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
関数暗号化 ($pure_string, $key ) {
=> $キー
$encrypted_string = mcrypt_encrypt(MCRYPT_BLOWFISH, $encryption_key , $pure_string, MCRYPT_MODE_ECB, $iv);
=> $encryption_key
等しくない