:neocat_googly_woozy:
function encrypt_email($email) {
$obf = '';
for($i = 0; $i < strlen($email); $i++) {
$obf .= '&#' . ord($email[$i]) . ';';
}
return $obf;
}
Conversation
Notices
-
Embed this notice
Puniko ? (puniko@mk.absturztau.be)'s status on Wednesday, 04-Dec-2024 16:03:47 JST Puniko ? -
Embed this notice
Puniko ? (puniko@mk.absturztau.be)'s status on Wednesday, 04-Dec-2024 16:08:02 JST Puniko ? military grade encryption, i guess :blobcatgooglyfingerguns:
-
Embed this notice
Puniko ? (puniko@mk.absturztau.be)'s status on Wednesday, 04-Dec-2024 18:00:58 JST Puniko ? @niconiconi :neocat_googly_woozy:
-
Embed this notice
niconiconi (niconiconi@mk.absturztau.be)'s status on Wednesday, 04-Dec-2024 18:01:00 JST niconiconi @puniko If it's used to encrypt copyrighted data, this probably counts as an access control mechanism protected by the DMCA, with penalties if anyone tries to crack it... :woozy_baa:
-
Embed this notice