Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active May 19, 2022 11:07
Show Gist options
  • Save cp-sumi-k/86eb6f4beed485b1ab5ae4be97ac5259 to your computer and use it in GitHub Desktop.
Save cp-sumi-k/86eb6f4beed485b1ab5ae4be97ac5259 to your computer and use it in GitHub Desktop.
<?php
$str = '?5V4@;6]V92!F87-T(&%N9"!B<F5A:R!T:&EN9W,A(0``';
error_log(convert_uudecode($str));
# output : We move fast and break things!!
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment