Thanks for all the replies. Most recommended LockBox. http://sourceforge.net/projects/tplockbox/
Gerry Bendixen recommended this package: http://www.cityinthesky.co.uk/delphi.html I also find madshi's components do encryption, too. It doesn't do the in-place encryption but it takes care of padding http://www.madshi.net/ When I search for components to do certain work for my Delphi projects, I find it most of the time, nice and free. It's a pity that not many people are using Delphi these days. -- Jack Sunday, July 17, 2005, 12:09:04 AM, you wrote: > Try Lockbox at sourceforge.net/projects/tplockbox/ > Mike > -----Original Message----- > Hello all, > I'm looking for a simple cipher component. > I hope it's very small and easy to use, and implement > fast encryption algorithm such as blowfish. I hope > it uses algorithms that do not require padding so > that I can encrypt data in place and do not have > to worry about reallocate memory and that. I found > the CrytoCard components but I haven't figured out > how to do the non-padding encryption. Any recommendations? > It needs to be native delphi code, and very small :) _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

