7月 142015
 

ldap 中密码加密方式支持多种:

md5:{md5} + base64_encode(md5(“password”, true))

sha:{sha} + base64_encode(sha1(“password”, true))

smd5: salt + md5

ssha:salt+sha

crypt:和linux上的密码加密方式相同,也是一种摘要

参考资料:

 Posted by at 下午 5:49

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

(required)

(required)

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据