Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php\n \/*\n * GET -> doc\n * POST -> action\n * methods:\n * - \/login ..
Decoded Output download
<?php
\/*
* GET -> doc
* POST -> action
* methods:
* - \/login (user,password) -> token
* - \/register (user,password) -> token
* - \/files (token) -> files
* - \/file (token, uuid, sig) -> file
* - \/upload (token, file) -> ok
*\/
require('router.php');
?>
Did this file decode correctly?
Original Code
<?php\n \/*\n * GET -> doc\n * POST -> action\n * methods:\n * - \/login (user,password) -> token\n * - \/register (user,password) -> token\n * - \/files (token) -> files\n * - \/file (token, uuid, sig) -> file\n * - \/upload (token, file) -> ok \n *\/\nrequire('router.php');\n\n?>
Function Calls
None |
Stats
MD5 | 4585157878d54f8e2bfef6e4b53dc89e |
Eval Count | 0 |
Decode Time | 145 ms |