<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux Upgrade Password Hashing Algorithm to SHA-512</title> <atom:link href="http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: wedgeshot</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-46784</link> <dc:creator>wedgeshot</dc:creator> <pubDate>Wed, 07 Apr 2010 14:43:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-46784</guid> <description>Actually Ubuntu is sha512 in 9.04 and 9.10.  I don&#039;t remember changing anything related to PAM so that should be the default</description> <content:encoded><![CDATA[<p>Actually Ubuntu is sha512 in 9.04 and 9.10.  I don&#8217;t remember changing anything related to PAM so that should be the default</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-45511</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Mon, 11 Jan 2010 04:46:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-45511</guid> <description>Try  kubrick comment # 5, it may work on Ubuntu too...</description> <content:encoded><![CDATA[<p>Try  kubrick comment # 5, it may work on Ubuntu too&#8230;</p> ]]></content:encoded> </item> <item><title>By: KING SABRI</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-45504</link> <dc:creator>KING SABRI</dc:creator> <pubDate>Mon, 11 Jan 2010 01:38:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-45504</guid> <description>Thnaks Vivek
Fedora 12 by Default uses SHA-512
CentOS-5.4 by Default uses MD5
Ubuntu by Default uses MD5, But the command Not Found</description> <content:encoded><![CDATA[<p>Thnaks Vivek</p><p>Fedora 12 by Default uses SHA-512<br
/> CentOS-5.4 by Default uses MD5<br
/> Ubuntu by Default uses MD5, But the command Not Found</p> ]]></content:encoded> </item> <item><title>By: j0rn</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-44875</link> <dc:creator>j0rn</dc:creator> <pubDate>Tue, 24 Nov 2009 23:45:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-44875</guid> <description>nice tip, thx :)
the algorithm corresponds to the second parameter in shadow passwords entries
user:$1$abcdef...
$1$ is md5 while $6$ is sha512, $0$ should be old des and $2$ blowfish I think
man crypt ;)
I updated my local users digest &quot;by hand&quot; by modifying the &quot;ENCRYPT_METHOD&quot; directive directly in login.defs, but I didn&#039;t that -more elegant- way to do</description> <content:encoded><![CDATA[<p>nice tip, thx :)<br
/> the algorithm corresponds to the second parameter in shadow passwords entries</p><p>user:$1$abcdef&#8230;</p><p>$1$ is md5 while $6$ is sha512, $0$ should be old des and $2$ blowfish I think</p><p>man crypt ;)</p><p>I updated my local users digest &#8220;by hand&#8221; by modifying the &#8220;ENCRYPT_METHOD&#8221; directive directly in login.defs, but I didn&#8217;t that -more elegant- way to do</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-44625</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Thu, 12 Nov 2009 13:17:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-44625</guid> <description>@ iCroc /  Philippe
Thanks for pointing out the typo.
@ kubrick,
Thanks for sharing Debian specific information.</description> <content:encoded><![CDATA[<p>@ iCroc /  Philippe</p><p>Thanks for pointing out the typo.</p><p>@ kubrick,</p><p>Thanks for sharing Debian specific information.</p> ]]></content:encoded> </item> <item><title>By: kubrick</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-44621</link> <dc:creator>kubrick</dc:creator> <pubDate>Thu, 12 Nov 2009 11:16:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-44621</guid> <description>I&#039;ve found this little article for Debian based systems.
You could change the default MD5 algorithm for the more secure Blowfish.
On Debian GNU/Linux, switching from the default MD5 algorithm to Blowfish is slightly more work, but still not terribly difficult to accomplish:
First, install the libpam-unix2 module. That can be done simply via APT, Debian’s software management system, using the command
# apt-get install libpam-unix2
Next, edit /etc/pam.d/common-auth, /etc/pam.d/common-account, /etc/pam.d/common-session, and /etc/pam.d/common-password so that in each file you replace pam_unix.so with pam_unix2.so.
Finally, while you are editing the common-password file, change the term md5 so that it reads blowfish instead.
Cheers!</description> <content:encoded><![CDATA[<p>I&#8217;ve found this little article for Debian based systems.<br
/> You could change the default MD5 algorithm for the more secure Blowfish.</p><p>On Debian GNU/Linux, switching from the default MD5 algorithm to Blowfish is slightly more work, but still not terribly difficult to accomplish:</p><p>First, install the libpam-unix2 module. That can be done simply via APT, Debian’s software management system, using the command<br
/> # apt-get install libpam-unix2<br
/> Next, edit /etc/pam.d/common-auth, /etc/pam.d/common-account, /etc/pam.d/common-session, and /etc/pam.d/common-password so that in each file you replace pam_unix.so with pam_unix2.so.<br
/> Finally, while you are editing the common-password file, change the term md5 so that it reads blowfish instead.</p><p>Cheers!</p> ]]></content:encoded> </item> <item><title>By: Philippe Petrinko</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-44620</link> <dc:creator>Philippe Petrinko</dc:creator> <pubDate>Thu, 12 Nov 2009 10:56:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-44620</guid> <description>Hi Vivek,
This is an Interesting post. Thanks for writing it.
BTW, would you modify
# authconfig --passalgo=SHA512 --update
to lowercase &quot;sha512&quot; as iCroc observed ?</description> <content:encoded><![CDATA[<p>Hi Vivek,<br
/> This is an Interesting post. Thanks for writing it.</p><p>BTW, would you modify<br
/> # authconfig &#8211;passalgo=SHA512 &#8211;update</p><p>to lowercase &#8220;sha512&#8243; as iCroc observed ?</p> ]]></content:encoded> </item> <item><title>By: iCroc</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-44610</link> <dc:creator>iCroc</dc:creator> <pubDate>Wed, 11 Nov 2009 22:19:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-44610</guid> <description>I have solved this problem by replacing this command
authconfig --passalgo=SHA512 --update
to
authconfig --passalgo=sha512 --update
Because no algorithm called SHA512
Best Regards</description> <content:encoded><![CDATA[<p>I have solved this problem by replacing this command<br
/> authconfig &#8211;passalgo=SHA512 &#8211;update<br
/> to<br
/> authconfig &#8211;passalgo=sha512 &#8211;update</p><p>Because no algorithm called SHA512</p><p>Best Regards</p> ]]></content:encoded> </item> <item><title>By: iCroc</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-44590</link> <dc:creator>iCroc</dc:creator> <pubDate>Wed, 11 Nov 2009 14:29:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-44590</guid> <description>This message appear
authconfig: Unknown password hashing algorithm specified, using sha256.</description> <content:encoded><![CDATA[<p>This message appear</p><p>authconfig: Unknown password hashing algorithm specified, using sha256.</p> ]]></content:encoded> </item> <item><title>By: Andrii</title><link>http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-upgrading-password-hashing/#comment-44589</link> <dc:creator>Andrii</dc:creator> <pubDate>Wed, 11 Nov 2009 12:52:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5736#comment-44589</guid> <description>Is it works in Debian?</description> <content:encoded><![CDATA[<p>Is it works in Debian?</p> ]]></content:encoded> </item> </channel> </rss>
