in reply to Problem working with Win32::CryptData

I believe there are 2 methods for the same - either directly touch the method CryptProtectData or alternatively, study the algorithm and make a DES encryption yourself using Crypt::DES module
  • Comment on Re: Problem working with Win32::CryptData