6 lines
177 B
C
6 lines
177 B
C
|
#pragma once
|
||
|
|
||
|
// Generate a key using szInput, feeding the output into szOut.
|
||
|
//
|
||
|
// NOTE: szOut must be at least 18 TCHARs!
|
||
|
BOOL GenerateKey(LPCTSTR szInput, LPTSTR szOut);
|