Web基础课程学生作业
基于Python的针对罗技Lua的在线混淆网站
TextArea来源:https://www.w3schools.com/tags/tag_textarea.asp
其他内容的帮助:https://www.runoob.com/html/html-tutorial.html
TestLua来自我的朋友(Afool4U):https://github.com/essdf/Logi_purgatory_macro
界面设计参考以下网站:
https://www.jyshare.com/compile/66/
https://www.sojson.com/encrypt.html
https://www.toolhelper.cn/SymmetricEncryption/XOR
未来计划: 1.支持正逆向加解密,而不是局限于单纯加密
2.支持更多的加密方式(luaR、ssulua、DZSH)
3.实现本地上传文件加解密而不是复制粘贴
4.制作更精美的画面(待我学到CSS和JS)
5.向更多Lua提供支持,而不是局限于GHUB的Lua
使用方法:
请确保是以压缩包的形式下载并且解压的源代码
1.根据自己的需求安装Python
2.在终端输入Pip install Flask下载服务端必要模块
3.在终端中输入Python Obfuscator.py(如果你未对文件名进行任何修改)
4.访问http://127.0.0.1:5000/进行本地的使用
PS:!!!推荐使用Visual Studio Code !!!
如果这对你有帮助,请给我一个星
Web Fundamentals Course Student Assignments
Python-based online obfuscation site for Logitech Lua
TextArea source:https://www.w3schools.com/tags/tag_textarea.asp
Other help:https://www.runoob.com/html/html-tutorial.html
Python is used as a server:https://geek-docs.com/flask/flask-questions/396_flask_how_to_connect_backend_python_flask_with_frontend_html_css_javascript.html
TestLua from my friend (Afool4U):https://github.com/essdf/Logi_purgatory_macro
The interface design is based on the following website:
https://www.jyshare.com/compile/66/
https://www.sojson.com/encrypt.html
https://www.toolhelper.cn/SymmetricEncryption/XOR
Future Plans: 1.Forward and reverse encryption and decryption are supported, rather than being limited to simple encryption
2.Support more encryption methods(luaR、ssulua、DZSH)
3.Implement local upload file encryption and decryption instead of copy and paste
4.Make better graphics (CSS and JS when I learn about it)
5.Provide support to more Lua than just Lua at GHUB