SkillAgentSearch skills...

Fcode

一个即时编码转换工具

Install / Use

/learn @findneo/Fcode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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    

<!---    <img src="https://github.com/findneo/fcode/blob/master/demo_linux.gif" width="400" height="400"> <img src="https://github.com/findneo/fcode/blob/master/demo.gif" width="400" height="400"> <img src="https://i.loli.net/2018/03/01/5a981de5a272d.gif" width="400" height="400"> <img src="https://i.loli.net/2018/03/01/5a981de5a3b05.gif" width="400" height="400"> -->

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

  • Tkinter
  • base64
  • re
  • hashlib

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks2

Languages

Python

Security Score

55/100

Audited on Sep 11, 2023

No findings