<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic decrypt password from /tcb/auth/file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717750#M385599</link>
    <description>&lt;BR /&gt;Hi Expert,&lt;BR /&gt;&lt;BR /&gt;Is it possible to decrypt password from /tcb/auth/file in a trusted HPUX box? If yes...how?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pankaj Roy</description>
    <pubDate>Wed, 24 Nov 2010 15:32:23 GMT</pubDate>
    <dc:creator>amipankaj</dc:creator>
    <dc:date>2010-11-24T15:32:23Z</dc:date>
    <item>
      <title>decrypt password from /tcb/auth/file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717750#M385599</link>
      <description>&lt;BR /&gt;Hi Expert,&lt;BR /&gt;&lt;BR /&gt;Is it possible to decrypt password from /tcb/auth/file in a trusted HPUX box? If yes...how?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pankaj Roy</description>
      <pubDate>Wed, 24 Nov 2010 15:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717750#M385599</guid>
      <dc:creator>amipankaj</dc:creator>
      <dc:date>2010-11-24T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: decrypt password from /tcb/auth/file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717751#M385600</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;its  /tcb/files/auth and not tcb/auth/file&lt;BR /&gt;&lt;BR /&gt;suppose if u want to edit pwd for pankaj&lt;BR /&gt;&lt;BR /&gt;go to &lt;BR /&gt;#cd tcb/files/auth/p&lt;BR /&gt;#vi pankaj ( username)&lt;BR /&gt;&lt;BR /&gt;edit upwd  from = to :&lt;BR /&gt;&lt;BR /&gt;otherwise u can edit /etc/secureety/default file and change the min history depth&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2010 15:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717751#M385600</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-11-24T15:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: decrypt password from /tcb/auth/file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717752#M385601</link>
      <description>This is a similar post, what  you are looking for.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1290613623030+28353475&amp;amp;threadId=1023012" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1290613623030+28353475&amp;amp;threadId=1023012&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Attachment was removed due to security reason.  You may ask him personally.</description>
      <pubDate>Wed, 24 Nov 2010 15:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717752#M385601</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-11-24T15:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: decrypt password from /tcb/auth/file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717753#M385602</link>
      <description>No, it is not possible to decrypt passwords.  Passwords are a 'hash', which is a one-way encryption function.&lt;BR /&gt;&lt;BR /&gt;When you log in, the password you enter is hashed and the resulting value compared with what is stored.  If they match, you are good.&lt;BR /&gt;&lt;BR /&gt;The value stored in /etc/passwd or /tcb/files/* or /etc/shadow is never "decrypted" once it has been "encrypted" (hashed).&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2010 16:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717753#M385602</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-11-24T16:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: decrypt password from /tcb/auth/file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717754#M385603</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This depends on which encryption algorithm is being done on the O.S if it's DES or SHA512, the latter for which you would need an extra bundle and this can be identified if you see two dollar symbols in the ciphertext. Now, it's not possible to decrypt the password but making the password visible can allow a hacker to compare the encrypted password with the dictionary and in the worst case successfully "guess" the password which is the reason for which we have /etc/shadow and in your case the trusted system. Don't forget to assign points to those who have taken the time to help you out. :)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 25 Nov 2010 04:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decrypt-password-from-tcb-auth-file/m-p/4717754#M385603</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2010-11-25T04:58:11Z</dc:date>
    </item>
  </channel>
</rss>

