Skip to content

wangyue0101/ASCII-codingConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCII-codingConversion

ASCII编码转换脚本,用于编码或解码字符

当前支持的编码类型包括: 八进制,十进制,HTML十进制,十六进制,HTML十六进制,URL

当前支持的解码类型包括: 十进制,HTML十进制,十六进制,HTML十六进制,URL

Example:

python onetothree.py -e "html_hex" -t "http://www.baidu.com"
http://www.baidu.com

python onetothree.py -d "de_html_hex" -t "http://www.baidu.com"
http://www.baidu.com

后续考虑增加JS编码解码

About

ASCII编码转换脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages