how to handle long password in HP_IA64



Hello,

It seems crypt() in HP_IA64(Unix) can only encrypt 8 characters long
password, are there any ways to make it encrypt using in MD5 rather
than DES as the GNU crypt() can switch between the two algrorithms?

If not, what other way I can go for to handle long password in HP_IA64?

Thanks very much!

.



Relevant Pages

  • Re: NIS: mixing FreeBSD and Linux machines
    ... >is that FreeBSD uses MD5 to encrypt the password and Linux DES. ... >One solution was to change MD5 to DES on the FreeBSD machine and ...
    (comp.unix.bsd.freebsd.misc)
  • Re: PDF Encryption : AES or RC4?
    ... Encrypt entry in the document's trailer dictionary. ... until you get to the Crypt Filter dictionary. ... The CFM key in the Crypt ... Indeed the CFM key tells which algorithm was used. ...
    (comp.text.pdf)
  • encrypting plaintext to blf hash
    ... from a shell script, then offers to encrypt it to either des, md5, or ... blowfish, blf, formats. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Crypt datatype and datatype size
    ... Raj wrote: ... > I am using crypt on PHP to encrypt a word and am in the process of ... > setting up the mysql databse to store the encypted word. ... how much data will be encrypted by crypt? ...
    (comp.lang.php)
  • Re: Program using crypt()
    ... E> I have made an application which lets the user select the key and the salt for ... The encryption function in cryptis a "one-way cypher". ... This means you can encrypt, but you can't decrypt. ...
    (comp.os.linux.misc)