Re: encryption [fpc-pascal]

2006-08-25 Thread Eugene Mayevski
Hello! You ("Fabricio F. Kammer" [mailto:[EMAIL PROTECTED]) wrote about "[fpc-pascal] encryption" on 08/25/2006 at 17:56: "F> Does anyone have a routine with example to encrypt/decrypt text files? What exactly do you want to achieve by encryption? Security implemented wrong is worse than no secur

Re: [fpc-pascal] encryption

2006-08-25 Thread Fabrício F. Kammer
Alexandre, I could use the DCP on fpc... I compiled all units. Thanks Fabrício Fabrício F. Kammer escreveu: Alexandre, Do you know how can I use the DCP just in freepascal for prompt compilation? I'm not using Lazarus. Thanks again Fabrício F. Kammer escreveu: Thanks Alexandre, I'll s

Re: [fpc-pascal] encryption

2006-08-25 Thread Fabrício F. Kammer
Alexandre, Do you know how can I use the DCP just in freepascal for prompt compilation? I'm not using Lazarus. Thanks again Fabrício F. Kammer escreveu: Thanks Alexandre, I'll see it. Regards Fabrício Alexandre Leclerc escreveu: 2006/8/25, "Fabrício F. Kammer" <[EMAIL PROTECTED]>: If I

Re: [fpc-pascal] encryption

2006-08-25 Thread Fabrício F. Kammer
Thanks Alexandre, I'll see it. Regards Fabrício Alexandre Leclerc escreveu: 2006/8/25, "Fabrício F. Kammer" <[EMAIL PROTECTED]>: If I use md5 I can't decrypt the text. In yours opnion what's the indicate algorithm do make this? Hi Fabrício, Exact, (as stated in my first email) all "hash"

Re: [fpc-pascal] encryption

2006-08-25 Thread Alexandre Leclerc
2006/8/25, "Fabrício F. Kammer" <[EMAIL PROTECTED]>: If I use md5 I can't decrypt the text. In yours opnion what's the indicate algorithm do make this? Hi Fabrício, Exact, (as stated in my first email) all "hash" algo like md5 can't be decoded. These are... hash! All "cipher" algo like blowfis

Re: [fpc-pascal] encryption

2006-08-25 Thread Fabrício F. Kammer
Thanks Alexandre and Vincent but I need of a bit more help with this. I'm working in a software to protect my main software. Look how I want to make: - This software will be a TCP Server (I'm calling it of Authentication software). - This software must run in the console, then I can't have gr

Re: [fpc-pascal] encryption

2006-08-25 Thread Vincent Snijders
Alexandre Leclerc wrote: There are two hash in: fpcsrc/packages/base/hash There is, for example, Blowfish (a ciphers for actual encryption/decryption) in: fpcsrc/fcl/incblowfish.pp Blowfish is very good by the way (as is fast). There are many others; I also saw a a kit of many ciphers in Delphi

Re: [fpc-pascal] encryption

2006-08-25 Thread Alexandre Leclerc
There are two hash in: fpcsrc/packages/base/hash There is, for example, Blowfish (a ciphers for actual encryption/decryption) in: fpcsrc/fcl/incblowfish.pp Blowfish is very good by the way (as is fast). There are many others; I also saw a a kit of many ciphers in Delphi which could certainly wor

[fpc-pascal] encryption

2006-08-25 Thread Fabrício F. Kammer
Hi all, Does anyone have a routine with example to encrypt/decrypt text files? Thanks in avance Fabrício F. Kammer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal