Skip to content

Commit 7fcb187

Browse files
authored
Update README.md
1 parent cb64cc5 commit 7fcb187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# fcode - encode and decode in one place in real time
22

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

5-
A simple Python tool to make real-time conversions among different encoded forms. ASCII, BASE64, BASE32, HEX(BASE16), DEC, OCT, INT, URL ENCODE, HTML ENCODE, Morse code, Rotation Encryption(include Caesar cipher), The Rail-Fence Cipher, etc. are currently supported.
5+
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.
66

77
Inspired by [Tamás Koczka's work](https://koczkatamas.github.io).
88

0 commit comments

Comments
 (0)