24 lines
491 B
C++
24 lines
491 B
C++
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: pwfuncs.cpp
|
|
//
|
|
// Module: MIGRATE.DLL
|
|
//
|
|
// Synopsis: Simple password encryption routines
|
|
//
|
|
// Copyright (c) 1999 Microsoft Corporation
|
|
//
|
|
// Author: nickball created 08/04/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
#include "migrate.h"
|
|
|
|
//
|
|
// Please see pnpu\cm\common\source for the actual source here.
|
|
//
|
|
|
|
#include "pwutil.cpp"
|
|
|
|
|
|
|