Privacy

To provide you with our secret service, we store your email address, public key, and in-transit messages on our server.

Telemetry

The client sends minimal telemetry before it completes, to help monitor performance. This can be disabled with `secrt set telemetry=false`.

Telemetry includes operating build ID, system and CPU type, the subcommand name (without parameters), total, user and system time (rounded to milliseconds), and the exit code:

{ "buildId": "test.sh", "goos": "darwin", "goarch": "arm64", "command": "ls", "elapsedMs": 5, "utimeMs": 4, "stimeMs": 3, "exitCode": 0 }

You can view the complete set of JSON messages exchanged with the server by setting export SECRT_DEBUG_JSON=true

Stored Data and Legal Access

Remember that the secrets you send are only as private as the person receiving them.

Questions? Contact privacy@secrt.io