[Lazarus] Encryption compatible with .net

leledumbo leledumbo_cool at yahoo.co.id
Sat Nov 14 16:36:40 CET 2015


> I can not find a way to encrypt a file with Lazarus and decrypt it with 
the .net DESCryptoServiceProvider. I tried with lockbox2, DCPcrypt but I 
could not. Someone can give me the code to implement this in Lazarus?

DES is a standard encryption. If you can't decrypt what's encrypted by a
standard encryption, regardless of languages and libraries, then either the
library or your way to use the library is wrong. Ensure all properties (key
size, block size, initialization vector, whatever) you use is the same and
the resulting data is also of the same type and structure. All in all, show
what you've done.



--
View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Encryption-compatible-with-net-tp4045490p4045492.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.




More information about the Lazarus mailing list