Query: bigcrypt
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
bigcrypt(3C) bigcrypt(3C)NAMEbigcrypt() - generate hashing encryption on large stringsSYNOPSISDESCRIPTIONacts like crypt(3C), but handles much larger strings. takes the segments of cleartext and encrypts them individually, at first using the salt passed in, and then using the first two characters of the previous encrypted segment as the salt for the next segment. This avoids duplicated ciphertext chunks when the password characters are repeated, so that the encryption of a segment involves the encryption of all the previous segments. Each ciphertext segment is concatenated, with the salt at the beginning, to form the entire encrypted string.WARNINGSHP-UX 11i Version 3 is the last release to support trusted systems functionality.AUTHORwas developed by HP.SEE ALSOcrypt(3C). TO BE OBSOLETED bigcrypt(3C)
Related Man Pages |
---|
crypt(3ext) - opensolaris |
ns_crypt(3aolserv) - debian |
md5crypt(n) - suse |
md5crypt(n) - osx |
authen::passphrase::bigcrypt(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
password hashing algorithms |