在PHP安全认证 [英] Secure authentication in PHP

查看:130
本文介绍了在PHP安全认证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

让我重新整理我的<一个href=\"http://stackoverflow.com/questions/1363833/secure-login-with-proper-authentication-in-php\">last问题,什么PHP库或框架,我可以使用专业的安全认证?加分,如果你的想法可以帮助实现帐户控制面板功能(更改密码,编辑配置文件)。

Let me rephrase my last question, what PHP library or framework can I use for professional and secure authentication? Extra points if your idea helps implement account Control Panel features (change password, edit profile).

你怎么利弊呢?你曾经使用PHP做值得信赖的认证?

How do you pros do it? Have you ever done trustworthy authentication using PHP?

推荐答案

我个人很喜欢symfony框架及其sfGuard插件。它提供了很容易配置认证。它哈希和盐,所有的密码,并提供后台界面来管理用户,组和权限。

I personally really like the symfony framework and its sfGuard plugin. It provides very easy to configure authentication. It hashes and salts all the passwords and provides a backend interface to manage users, groups and permissions.

Symfonys路由和配置使得它非常简单的设置安全标志,每一个页面,甚至你的网站的区域上。我有没有必要建立一个安全的Web站点时,到别处。

Symfonys routing and configuration makes it very simple to set a secure flag on every page or even "area" of your web site. I have had no need to look elsewhere when building a secure web site.

  • Symfony
  • sfGuard

这篇关于在PHP安全认证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆