Skip to content

Instantly share code, notes, and snippets.

@ctubio
Created September 24, 2015 19:09
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save ctubio/ee6c5b496add2d833d86 to your computer and use it in GitHub Desktop.
Save ctubio/ee6c5b496add2d833d86 to your computer and use it in GitHub Desktop.
<?php
foreach(str_split(base64_decode('YOUR_ENCODED_PASS_HERE')) as $chr)
echo chr(((($chr = ord($chr)) << 1) & 0xFF) | ($chr >> (8 - 1)));
@yegannezhad
Copy link

thanks

@juansalinasponce
Copy link

gracias

@mikenyesh
Copy link

Sublime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment