public marks

PUBLIC MARKS with tags php & password

2014

ircmaxell/password_compat · GitHub

by srcmax & 1 other
This library is intended to provide forward compatibility with the password_* functions being worked on for PHP 5.5.

Secure Salted Password Hashing - How to do it Properly

by srcmax & 3 others, 2 comments
If you're a web developer, you've probably had to make a user account system. The most important aspect of a user account system is how user passwords are protected. User account databases are hacked frequently, so you absolutely must do something to protect your users' passwords if your website is ever breached. The best way to protect passwords is to employ salted password hashing. This page will explain how to do it properly.

2012

2010

Portable PHP password hashing ("password encryption") framework

by srcmax & 5 others
This is a portable public domain password hashing framework for use in PHP applications. It is meant to work with PHP 3 and above, and it has actually been tested with at least PHP 3.0.18 through 5.3.0 so far.

2008

2007

PHP 修改 Linux 系統密碼 - Real-Blog

by realmip
在前幾篇文章介紹過 PHP 透過 Sudo 執行 root 指令,對於單行的指令沒有問題,但如果要執行 passwd 修改系統密碼的話便不行了。 要解決可以安裝 super 或 expert,而另一個方法是用非互動的方法修改密碼,但如果主機上有其他用戶可以放置他們的網頁,則不建議使用。以下是具體步驟: 1. 用 root 執行 visudo,加入以下一行: apache ALL=NOPASSWD:/usr/bin/passwd [A-z]*, !/usr/bin/passwd root

Password Hashing

by lecyborg & 3 others, 5 comments
Ou comment bien sécuriser les mots de passe

2006

Password Hashing | phpsec.org

by simon_bricolo & 3 others, 5 comments
An article about how to hash a password for a login script in php

Active users

srcmax
last mark : 26/02/2014 18:11

dzc
last mark : 12/02/2010 10:22

realmip
last mark : 08/02/2007 02:59

lecyborg
last mark : 03/01/2007 20:32

simon_bricolo
last mark : 30/06/2006 13:07