Encrypt the attached bug report file

delphi package - automated exception handling
Mark-
Posts: 20
Joined: Sat May 24, 2014 4:51 pm

Re: Encrypt the attached bug report file

Post by Mark- »

I created a small test application for "RegisterExceptActionHandler" with encrypt and decrypt code. Using Delphi 10.2.3.
Also convert to base64 and back.
Attachments
MEEncode.zip
(64.48 KiB) Not downloaded yet
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Encrypt the attached bug report file

Post by madshi »

Good stuff, thanks!
Mark-
Posts: 20
Joined: Sat May 24, 2014 4:51 pm

Re: Encrypt the attached bug report file

Post by Mark- »

Add:

madSettings.AppendBugReports:=false;

to:

procedure TmnForm.SetMESettings;
Post Reply