# md5convert **Repository Path**: jhembed/md5convert ## Basic Information - **Project Name**: md5convert - **Description**: 字符串转MD5值C程序,可转换16位和32位MD5。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-19 - **Last Updated**: 2024-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # md5convert 字符串转MD5值C程序,可转换16位和32位MD5。 # 运行效果如下: C:\Users\Administrator\CLionProjects\md5\cmake-build-debug\md5.exe 字符串:helloworld 16位小写字母:38a57032085441e7 16位大写字母:38A57032085441E7 32位小写字母:fc5e038d38a57032085441e7fe7010b0 32位大写字母:FC5E038D38A57032085441E7FE7010B0 Process finished with exit code 0