Re: [fpc-pascal] encryption and decryption

2012-06-23 Thread silvioprog
2012/6/23 Michael Van Canneyt : [...] > The testbf.pp program in fcl-base/examples shows how to use it. > > It's very simple, really. Just create an encryption stream, and write the > data you want to see encrypted to this stream. > The output of the stream is the encrypted data. > > Michael. I sa

Re: [fpc-pascal] encryption and decryption

2012-06-23 Thread Michael Van Canneyt
On Fri, 22 Jun 2012, silvioprog wrote: 2012/6/22 Jorge Aldo G. de F. Junior : Theres a blowfish encryption system in freepascal http://www.freepascal.org/docs-html/fcl/blowfish/index.html 2012/6/22 Rainer Stratmann : Does someone know how to do encryption and decryption with keys? Hellow

Re: [fpc-pascal] encryption and decryption

2012-06-22 Thread silvioprog
2012/6/22 Jorge Aldo G. de F. Junior : > Theres a blowfish encryption system in freepascal > > http://www.freepascal.org/docs-html/fcl/blowfish/index.html > > 2012/6/22 Rainer Stratmann : >> Does someone know how to do encryption and decryption with keys? Hellow guys, How to use TBlowFishEnCryptS

Re: [fpc-pascal] encryption and decryption

2012-06-22 Thread Jorge Aldo G. de F. Junior
Theres a blowfish encryption system in freepascal http://www.freepascal.org/docs-html/fcl/blowfish/index.html 2012/6/22 Rainer Stratmann : > Does someone know how to do encryption and decryption with keys? > ___ > fpc-pascal maillist  -  fpc-pascal@list

[fpc-pascal] encryption and decryption

2012-06-22 Thread Rainer Stratmann
Does someone know how to do encryption and decryption with keys? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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