...
Dovetail will provide a optional parameter "-e" ("–encrypt–security") for user to encrypt secure the test report.
With this parameter, dovetail will generate a report in cipher-text and a secret key in cipher-text together instead of a single plain-text report and meanwhile a digital signature comes together to make it more secure .
Why:
The report in plain-text is vulnerable from malicious attacks.
...
Users do not need to know or learn any details about that how to encrypt.
How:First make sure you get a RSA public key from whom will receive your report, may be it is a 3rd party certification authority.
The whole encryption and decryption security workflow show as following:
...