![]() |
Encryption Mechanism in MFC.
Hello Everybody,
I am writing an application that need Encryption. Is there any Encryption Mechanism provided by MFC? Thanks |
Re: Encryption Mechanism in MFC.
Hello Everybody...
I have used the following code snippet to encrypt a file. Everything is going fine. According to the concept I have successfully encrypted the file. Code:
void CFileEncryptDlg::OnBnClickedButton1()If it is to remain readable, then what is fun of EncryptFile() provided by Platform SDK. |
Re: Encryption Mechanism in MFC.
Hi everybody.
This is the link where I found my answers. Thus want to share it with you people too. http://msdn.microsoft.com/library/de...ing_a_file.asp This article explains File Encryption/ Decryption . Thanks. |
| All times are GMT +5.5. The time now is 00:45. |