Warning: Trying to access array offset on null in D:\zyxOT\app\toushi.php on line 87

Warning: Trying to access array offset on null in D:\zyxOT\app\toushi.php on line 139
Base64 - 投食 - 在线加密系统

Base64

By 加密系统官方
操作
您没有操作权限。

投食信息

  • 算法名称:Base64
  • 加密语言:JavaScript
  • 解密语言:JavaScript
  • 提交用户:加密系统官方
  • 文件名称:zyxOT-toushi?id=15
  • 加密文件:zyxOT-toushi?encrypt
  • 解密文件:zyxOT-toushi?decrypt
  • 公开程度:Public
  • 源代码

    加密代码

    function get_ans1(s) {
    	let ans = `by haofafa
    ------------------
    `;
    	ans += btoa(s);
    	return ans;
    }

    解密代码

    function get_ans2(s) {
    	let ans = `by haofafa
    ------------------
    `;
    	ans += atob(s);
    	return ans;
    }

    评论

    请先登录