美文网首页
openldap MD5密码

openldap MD5密码

作者: 价值投机168 | 来源:发表于2022-06-08 16:24 被阅读0次
     MD5 m5 = new MD5CryptoServiceProvider();
            byte[] bs = m5.ComputeHash(System.Text.Encoding.Default.GetBytes("hello"));
           // string hex = BitConverter.ToString(bs).Replace("-", string.Empty);
            string aa = Convert.ToBase64String(bs);
            Console.WriteLine(aa);
    

    传给ldap的时候,需要加:类似的前缀
    {MD5}Xr4ilOzQ4PCOq3aQ0qbuaQ==

    相关文章

      网友评论

          本文标题:openldap MD5密码

          本文链接:https://www.haomeiwen.com/subject/czvumrtx.html