[Lazarus] Encryption compatible with .net

2015-11-14 Thread Gabriele Cappelletto
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? Gabriele Cappelletto -- ___ Lazarus

[Lazarus] [OFFTOPIC] Lazarus' List Mail & Outlook.com

2015-11-14 Thread William Ferreira
Hi There! Sorry about the offtopic. I'm asking for help with outlook.com. All messages from this lists was sent to spam folder, even with my rule acting on it. Someone know how to make outlook.com stop sending these messages to spam folder? thanks William de Oliveira Ferreira Programador

Re: [Lazarus] Encryption compatible with .net

2015-11-14 Thread Gabriele Cappelletto
Il 14/11/2015 18:11, Graeme Geldenhuys ha scritto: > On 2015-11-14 09:44, Gabriele Cappelletto wrote: >> the .net DESCryptoServiceProvider. > Please show how the data was encrypted... The exact code snippet would > be useful. I could then show you how to use DCPCrypt with the same > settings to

Re: [Lazarus] Encryption compatible with .net

2015-11-14 Thread leledumbo
> 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

Re: [Lazarus] How to hide class names in a property grid?

2015-11-14 Thread Mattias Gaertner
On Thu, 12 Nov 2015 16:13:48 +0100 Gabor Boros wrote: > 2015.11.12. 11:33 keltezéssel, Mattias Gaertner írta: > > There is no option yet. > > > > It is done by TClassPropertyEditor.GetValue in unit propedits.pp. > > > > Feel free to implement an option. > > I created a

Re: [Lazarus] Encryption compatible with .net

2015-11-14 Thread Gabriele Cappelletto
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

Re: [Lazarus] How to hide class names in a property grid?

2015-11-14 Thread Gabor Boros
2015.11.14. 16:57 keltezéssel, Mattias Gaertner írta: I created a property and attached the patch. Please review. Only TClassPropertyEditor shows the classname. Descends like TPersistentPropertyEditor shows the name for Components. Maybe better make the option a class option of

Re: [Lazarus] Encryption compatible with .net

2015-11-14 Thread Graeme Geldenhuys
On 2015-11-14 09:44, Gabriele Cappelletto wrote: > the .net DESCryptoServiceProvider. Please show how the data was encrypted... The exact code snippet would be useful. I could then show you how to use DCPCrypt with the same settings to decrypt it. Without knowing how it was encrypted, there is

[Lazarus] File is locked?

2015-11-14 Thread Leonardo M . Ramé
Hi, I'm checking the contents of an .ini file every 10 seconds (with a TTimer), the file is modified by another application and I display its contents in my program. The problem is the file is locked while the other program is using it and aparently TIniFile cannot handle this situation, thus