HotBoy-java / PotatoTool

这款工具是一款功能强大的网络安全综合工具,旨在为安全从业者、红蓝对抗人员和网络安全爱好者提供全面的网络安全解决方案。它集成了多种实用功能,包括解密、分析、扫描、溯源等,为用户提供了便捷的操作界面和丰富的功能选择。This tool offers robust network security solutions for professionals and enthusiasts. With features like decryption, analysis, scanning, and traceability, it provides a user-friendly interface and diverse functionality.
500 stars 33 forks source link

程序卡死 #8

Open hughink opened 1 month ago

hughink commented 1 month ago

在一键解密位置输入md5 值程序卡死

hughink commented 1 month ago
image
ljy1058318852 commented 1 month ago

md5后台500w字典多线程爆破中,比较慢,且线程与ui未分离,导致视觉上卡死。 md5下个版本将存储数据库优化解密方案,线程分离,线程数可控,以此避免卡死感