pwldlg.h
来自「加密解密,安全工具!很有意思的代码」· C头文件 代码 · 共 38 行
H
38 行
/******************************************************************* * * Copyright (c) 1994-1999 Jetico, Inc., Finland * All rights reserved. * * File: pwdlg.h * Revision: $Id: pwldlg.h,v 1.1 2005/05/12 09:51:39 crypt Rel-1.6-3 $ * Created: * Description: declaration of procedures that support * dialog for accepting user's password and * support generation of seed value for * random key generation * *******************************************************************/#ifndef __PWDLG#define __PWDLGextern DWORD GetPassword( char *text, /* Some information Text, for example - filename of the container */ char *caption, /* Caption of the "get password" dialog window */ char *password );extern DWORD GetPasswordWithVerification( char *text, /* Some information Text, for example - filename of the container */ char *caption, /* Caption of the "get password" dialog window */ char *password );DWORD GetSeedValue( BYTE *seed, DWORD seedLength );#endif /* __PWDLG */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?