WindowsXP-SP1/ds/adsi/nwutils/encrypt.h
2020-09-30 16:53:49 +02:00

35 lines
487 B
C

/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
encrypt.h
Abstract:
Contains API to encrypt password.
Author:
Yi-Hsin Sung (yihsins) 30-Aug-1994
Revision History:
--*/
#ifndef _ENCRYPT_H_
#define _ENCRYPT_H_
VOID
EncryptChangePassword(
IN PUCHAR pOldPassword,
IN PUCHAR pNewPassword,
IN ULONG ObjectId,
IN PUCHAR pKey,
OUT PUCHAR pValidationKey,
OUT PUCHAR pEncryptNewPassword
);
#endif