# md5加密工具

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yoqi.me/tools/md5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
