I tried to put all the same properties, but I could not. There is probably something I did wrong. So I ask if someone can give me the code. is two days I feel.
Il 14/11/2015 16:36, leledumbo ha scritto: >> 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. > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
