From 1e097cca2844cf509937eafa88e4b37f703c4e7e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 16 Nov 2013 14:29:31 +0000 Subject: StdCrypt: - stronger randomizer; - ability to validate passwords; - anti-brutforce key encryption git-svn-id: http://svn.miranda-ng.org/main/trunk@6919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdcrypt/commonheaders.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/stdcrypt/commonheaders.h') diff --git a/src/core/stdcrypt/commonheaders.h b/src/core/stdcrypt/commonheaders.h index f89df739dd..37168497d8 100644 --- a/src/core/stdcrypt/commonheaders.h +++ b/src/core/stdcrypt/commonheaders.h @@ -76,3 +76,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdcrypt.h" extern HINSTANCE hInst; + +bool getRandomBytes(BYTE *buf, size_t bufLen); +void slow_hash(const void *buf, size_t bufLen, BYTE tmpHash[32]); -- cgit v1.2.3