|
1 |
| -$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.3 2005/09/23 15:05:04 tgl Exp $ |
| 1 | +$PostgreSQL: pgsql/contrib/chkpass/README.chkpass,v 1.4 2007/10/01 06:52:42 darcy Exp $ |
2 | 2 |
|
3 | 3 | Chkpass is a password type that is automatically checked and converted upon
|
4 |
| -entry. It is stored encrypted. To compare, simply compareagains a clear |
| 4 | +entry. It is stored encrypted. To compare, simply compareagainst a clear |
5 | 5 | text password and the comparison function will encrypt it before comparing.
|
6 | 6 | It also returns an error if the code determines that the password is easily
|
7 | 7 | crackable. This is currently a stub that does nothing.
|
|