您现在的位置是:网站首页> 编程资料编程资料
关于加密解密 Base64 and URL and Hex Encoding and Decoding_脚本加解密_
2023-05-25
269人已围观
简介 关于加密解密 Base64 and URL and Hex Encoding and Decoding_脚本加解密_
今天想换一下Discuz论坛的风格,谁知下载风格文件后,发现竟然是通过Base64加密过的
小林给推荐了个解密的页面,提取出代码如下:
Base64 and URL and Hex Encoding and Decoding
Base64 encode/decode was ported from a Java Base64 encoder/decoder.
Base64 encode/decode was ported to Macromedia Actionscript.
小林给推荐了个解密的页面,提取出代码如下:
复制代码 代码如下:
Base64 encode/decode was ported from a Java Base64 encoder/decoder.
Base64 encode/decode was ported to Macromedia Actionscript.
License
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU
General Public License for more details.
Copyright Stephen Ostermiller 2003-2006
您可能感兴趣的文章:
