mirror of https://github.com/BOINC/boinc.git
16 lines
314 B
C
16 lines
314 B
C
// Berkeley Open Infrastructure for Network Computing
|
|
// http://boinc.berkeley.edu
|
|
//
|
|
// Source Code Originally from:
|
|
// http://support.microsoft.com/kb/814463
|
|
//
|
|
|
|
#ifndef _BOINC_PASSWORD_
|
|
#define _BOINC_PASSWORD_
|
|
|
|
// Prototypes
|
|
BOOL GenerateRandomPassword( tstring& strPassword, DWORD dwDesiredLength );
|
|
|
|
#endif
|
|
|