> For the complete documentation index, see [llms.txt](https://docs.yoqi.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoqi.me/tools/md5.md).

# md5加密工具

md5算法太普遍了，也许在不需要连接网络，电脑很多工具就提供MD5加密了，比如windows系统，excel，vb，C++，java，js，sqlserver等等都有系统md5函数，直接使用就可以了。但是还是习惯打开网页输入字符，点击加密方便。

项目地址：<http://tools.yoqi.me/qrcode/> ![](/files/VNeAXPVYeGpE2jI1P698)

md5算法太普遍了，一般都需要加盐处理，所以就不提供相关算法接口了。
