PDA

View Full Version : Encrypt screenshot


Brian Rasmusson
29-Aug-2005, 11:35 PM
Hi,

is there a way to encrypt the screenshot that's (optionally) sent together
with the stack trace?

Or even better, is there a way to encrypt the entire compressed file so it
cannot be opened with a standard compression tool?


Best regards,

Brian Rasmusson, Bitberry Software
Makers of BitZipper, the all-in-one compression tool.
Handles archives from A to Z, supporting 18 compression formats.
http://www.bitzipper.com - http://www.bitberry.com

admin
30-Aug-2005, 12:15 PM
Brian Rasmusson wrote:
> Hi,
>
> is there a way to encrypt the screenshot that's (optionally) sent together
> with the stack trace?
>
> Or even better, is there a way to encrypt the entire compressed file so it
> cannot be opened with a standard compression tool?
>
>
> Best regards,
>
> Brian Rasmusson, Bitberry Software
> Makers of BitZipper, the all-in-one compression tool.
> Handles archives from A to Z, supporting 18 compression formats.
> http://www.bitzipper.com - http://www.bitberry.com

At this time it's impossible.
But if you want you can modify the compressed files using the
AttachedFilesRequest event.
You can read the file from the disk, encrypt it in memory (using a your
algorithm) and replacing the old file with the new, all in the same event.

NOTE: Can you post a new thread in the suggestion newsgroups, please? :)


--
Best regards...

Fabio Dell'Aria.