如何使用c#生成joomla用户密码?
有一个关于生成 joomla pass 的 php 代码的问题:使用 php 来创建joomla 用户密码? ,有什么想法如何在 ac# 上做到这一点吗?
there is a question about php code to geneate joomla pass: using php to create a joomla user password? , any ideas how to do it on a c#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一些有用的代码: http ://www.marinovanderheijden.nl/post/2011/02/10/Validating-Joomla-15-passwords-with-C.aspx
Theres some useful code here: http://www.marinovanderheijden.nl/post/2011/02/10/Validating-Joomla-15-passwords-with-C.aspx
您最好的选择是将 Joomla 使用的代码移植到您自己的库中作为静态方法。最后您所要做的就是获取 PHP 进程:
并将其转换为 C#:
Your best bet would be to port the code Joomla uses into your own libraries as static methods. All you have to do in the end would be to take the PHP process:
and convert it to C#: