Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > B

bigcrypt(3C)

TO BE OBSOLETED
HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

NAME

bigcrypt() — generate hashing encryption on large strings

SYNOPSIS

#include <hpsecurity.h> #include <prot.h> char *bigcrypt(char *key, char *salt);

DESCRIPTION

bigcrypt() acts like crypt(3C), but handles much larger strings. bigcrypt() 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.

WARNINGS

HP-UX 11i Version 3 is the last release to support trusted systems functionality.

AUTHOR

bigcrypt was developed by HP.

SEE ALSO

crypt(3C).

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.