Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ bigcrypt(3C) — HP-UX 10.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

crypt(3)

bigcrypt(3C)

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(3), 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 chipertext segment is concatenated, with the salt at the beginning, to form the entire encrypted string. 

AUTHOR

bigcrypt was developed by SecureWare Inc. 

SEE ALSO

crypt(3). 

Hewlett-Packard Company  —  HP-UX Release 10.20:  July 1996

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026