2013
May
11
网路上常见的编码技术有 urlEncode, base64Encode, base32, md5, sha1, 等等,这些技术大部分的程式语言都内建已经支援了,例如 PHP 语言可以使用 base64_encode() , urlencode(),来对文字进行编码。
下面提供一些线上工具,方便快速执行解码的动作,这样不用每次想要解码时,就得打开 IDE 写一小段程式。
加解密工具
Online urlEncode , urlDenode
Online base64_encode, base64_decode
这个网站有各种的 Encode, Decode 工具
sha decode
Unicode to ASCII
ROT47
Decompiler tool
Flash Decompiler
一个 Flash 反组译工具,起级好用,不过这并非免费软体,你可以下载试用版回来使用。
Java Decompiler
这是一个小型的 Java 反组译工具,我自已有写一小段 Java 来测试,结果这个工具真的把我写的程式码,一模一样的破解出来,功能真的是非常的强大。
目前回應 Comments(1 comments)
Sandra 2020/06/29
Thanks for sharing the list of tools. There is one tool, I would like to recommend.
That tool is https://url-decode.com/, that tool not only provides the decoding/ encoding functions, but also provides the tools related to number utilities, unit converter, developers, string utilities, converter, and IP tools as well under one domain.
You must check it out.