-1

Can anyone please give a sample code for encryption and decryption of a text file using Crypto++ library.. Thanks in advance

ziu
  • 2,634
  • 2
  • 24
  • 39
Maruthu
  • 11
  • 1

1 Answers1

1

There's an example on Code Project of encrypting log files with Crypto++. Hope this helps.

http://www.codeproject.com/KB/files/logit.aspx

rushman
  • 532
  • 2
  • 8