¡@

Home 

c# Programming Glossary: hcrypthash

How to AES-128 encrypt a string using a password in Delphi and decrypt in C#?

http://stackoverflow.com/questions/9188045/how-to-aes-128-encrypt-a-string-using-a-password-in-delphi-and-decrypt-in-c

HCRYPTPROV Cardinal HCRYPTKEY Cardinal ALG_ID Cardinal HCRYPTHASH Cardinal const _lib_ADVAPI32 'ADVAPI32.dll' CALG_SHA_256 32780.. CryptDeriveKey Prov HCRYPTPROV Algid ALG_ID BaseData HCRYPTHASH Flags LongWord var Key HCRYPTKEY LongBool stdcall external _lib_ADVAPI32.. function CryptEncrypt Key HCRYPTKEY Hash HCRYPTHASH Final LongBool Flags LongWord pbData PBYTE var Len LongInt BufLen..