From: lepianoman Date: Thu, 24 Aug 2017 22:34:13 +0000 (-0400) Subject: Update radcrypt.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=016ebb9ad9c7bfe2ffb2ce16988d18558b039cd8;p=thirdparty%2Ffreeradius-server.git Update radcrypt.8 --- diff --git a/man/man8/radcrypt.8 b/man/man8/radcrypt.8 index d56c0c1c846..8f879dab306 100644 --- a/man/man8/radcrypt.8 +++ b/man/man8/radcrypt.8 @@ -16,9 +16,8 @@ currently supports the older DES and MD5 hashes. Current best practice is to use certificate-based authentication rather than relying on passwords. However, other external tools such as openssl can generate high quality hashed and salted passwords if needed, e.g. "echo -n 'password' | -openssl dgst -sha512". Although more modern hashes such as bcrypt and SHA3 -are not yet supported by freeradius, SSHA2 hashes are supported in the server -by rlm_pap(5). +openssl dgst -sha512". Although more modern hashes such as bcrypt, SSHA3, and SSHA2 +are not supported by radcrypt, hashes are supported in the server by rlm_pap(5). .PP A hashed password can be validated by specifying \fI-c\fP or \fI--check\fP and passing \fIhashed_password\fP after \fIplaintext_password\fP on the command line.