[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_Encrypt

Overview

Encrypt key

Syntax

    char *Ns_Encrypt(
    	char *key,
    	char *salt,
    	char  buf[]
    );

Description

The Ns_Encrypt function encrypts the specified key, perturbed by salt. The result is returned in buf.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.