Scans your site and returns information about your SSL implementation and certificate. Helpful for debugging and validating your SSL configuration.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
see this thread on some tips on performance on string text manipulation (there are a few links to some other threads on the same thing): http://www.experts-exchange.com/Programming/Programming_Languages/Delphi/Q_21980883.html (it's long, I know, but you can skip the code ;)
also, using something like:
function readup(filename:string):st
begin
with tfilestream.create(filenam
begin
setlength(result,size);
read(pansichar(result)^,si
free;
end;
end;
or using teh stringlist.loadfromfile should be fast enough.