zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

iOS swift md5 MD5加密

ios加密 swift MD5
2023-09-14 09:04:14 时间

1.github上点赞7.6k的框架

CryptoSwift - github

2.使用

import CryptoSwift

        let str = "123456789"
        print(str.md5())