char *Ns_Encrypt( char *key, char *salt, char buf[] );
The Ns_Encrypt function encrypts the specified key, perturbed by salt. The result is returned in buf, which should be at least NS_ENCRYPT_BUFSIZE bytes in size.
key
salt
buf
Top of Page
Copyright © 1998-99 America Online, Inc.