fcode

一个即时编码转换工具

View on GitHub

fcode - encode and decode in one place in real time

一个即时编码转换工具,目前支持ASCII, BASE64, BASE32, 十六进制(BASE16), 十进制, 八进制, 二进制, INT, URL编码, HTML编码, 摩斯密码, Rotation 加密(含凯撒密码), 栅栏密码, MD5, 大小写转换等。

A simple Python tool to make real-time conversions among different encoded forms. ASCII, BASE64, BASE32, HEX(BASE16), DEC, OCT, BIN, INT, URL ENCODE, HTML ENCODE, Morse code, Rotation Encryption(include Caesar cipher), The Rail-Fence Cipher, MD5, etc. are currently supported.

Inspired by Tamás Koczka’s work.

Usage

python fcode.py
# GUI is written mainly by Tkinter , 
# thus what it looks like varies with system.

demo_linux.gif demo.gif    

Shortcut

Press To
CTRL+C/X/V Copy/Cut/Paste.
TAB/SHIFT+TAB Move forward/backward through fileds.
ENTER Select all.
ESC Quit.

Requirements:

Python2