Hello. I am writing a program to protect information in the laboratory, in which there is the following task:
Encrypt the file with accounts using
CryptoAPI
using a session key. The hashing algorithm used isMD5
.
Tell me, tell me how to work with CryptoAPI
in C ++ Builder. How to encrypt files using MD5
and what is the stream type of symmetric encryption ?