Query: crypt
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
crypt(3C) crypt(3C)NAMEcrypt - generate hashing encryptionSYNOPSISObsolescent InterfacesDESCRIPTIONcrypt(): is the password encryption function. It is based on a one way hashing encryption algorithm with variations intended (among other things) to frustrate use of hardware implementations of a key search. key is a user's typed password. salt is a two-character string chosen from the set this string is used to perturb the hashing algorithm in one of 4096 different ways, after which the password is used as the key to encrypt repeatedly a constant string. The returned value points to the encrypted password. The first two characters are the salt itself. Obsolescent Interfaces generate hashing encryption.WARNINGSThe return value for points to data whose content is overwritten by each call. and are obsolescent interfaces supported only for compatibility with existing DCE applications. New multithreaded applications should useSEE ALSOcrypt(1), login(1), passwd(1), getpass(3C), passwd(4), thread_safety(5).STANDARDS CONFORMANCEcrypt(3C)
Related Man Pages |
---|
crypt(3) - bsd |
crypt_unix(5) - opensolaris |
crypt(3) - v7 |
encrypt(3c) - hpux |
crypt_unix(5) - sunos |
Similar Topics in the Unix Linux Community |
---|
executing a binary file |
Password Encryption (SunOS 5.8) |
C++ - Problem in asking and checking user's passwd |
3DES encryption |
Linux Encryption methods |