The password-based authentication methods are md5>,
crypt>, and password>. These methods operate
similarly except for the way that the password is sent across the
- connection. However, only md5> allows encrypted
- passwords to be stored in pg_shadow;
- the other two require unencrypted passwords to be stored there.
+ connection. However, crypt> does not allow encrypted
+ passwords to be stored in pg_shadow.