Hi there,
Delphi-Quellcode:
if Dec(F,F1,H)
then
begin
f1.position:=0;
// new
// save the decrypted file
f1.SaveToFile(ChangeFileExt('
myfile.enc','
.dec'));
end;
else
showMessage('
error ind dec')
F.Free;
F1.Free;
does
dec give a true or false back?
Best regards
Klaus