关于加密解密 Base64 and URL and Hex Encoding and Decoding

今天想换一下Discuz论坛的风格,谁知下载风格文件后,发现竟然是通过Base64加密过的  
小林给推荐了个解密的页面,提取出代码如下:
复制代码 代码如下:

 
 
 
Base64 and URL and Hex Encoding and Decoding 
 
 
 
 
 
 
 
 
Enter text to encode or decode here. 
 
 
 
 
URL 
 
 
 
 
 
 
Base 64 
 
 
 
 
 
 
Hex 
 
 
 
 
 
 
 
 
 
 

 
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.

 
More converters, calculators, and other JavaScript goodies
 
ostermiller.org (site index)
 

Copyright Stephen Ostermiller 2003-2006

 
 
 

你可能感兴趣的:(关于加密解密 Base64 and URL and Hex Encoding and Decoding)