golang-module / dongle

A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption
https://pkg.go.dev/github.com/golang-module/dongle
MIT License
875 stars 67 forks source link

md5 error #16

Closed hq-zhonger closed 1 year ago

hq-zhonger commented 1 year ago

6

Issues-translate-bot commented 1 year ago

The issue body's language is not English, translate it automatically, please use English next time. πŸ‘―πŸ‘­πŸ»πŸ§‘β€πŸ€β€πŸ§‘πŸ‘«πŸ§‘πŸΏβ€πŸ€β€πŸ§‘πŸ»πŸ‘©πŸΎβ€πŸ€β€πŸ‘¨πŸΏπŸ‘¬πŸΏ


6

gouguoyin commented 1 year ago

Please see the document https://github.com/golang-module/dongle#encrypt-by-md5

dongle.Encrypt.FromString("hello world").ByMd5().ToHexString()
image