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 來測試,結果這個工具真的把我寫的程式碼,一模一樣的破解出來,功能真的是非常的強大。

Decompile exe to assembly code

ExeToC Decompiler

Flash exe to swf

.Net Decompiler


目前回應 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.

回應 (Leave a comment)