04 2022 档案
SHA1字符串加密
摘要:使用SHA1算法,生成某个字符串的hash值作为该字符串所代表对象的唯一标识; Demo: using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; u 阅读全文
posted @ 2022-04-29 09:13 积跬步---行千里 阅读(280) 评论(0) 推荐(0)