ClipSalvage · Security

Security & Trust

How to verify a ClipSalvage download is genuine, and how the app handles your footage.

Code-signing identities

Every ClipSalvage release is signed by Qloud LTD. Your operating system checks this automatically, but you can verify it yourself:

macOS

ClipSalvage is signed with an Apple Developer ID and notarized by Apple (macOS scans it and staples the notarization ticket to the app before you ever run it). To check the signer yourself:

codesign -dv --verbose=4 /Applications/ClipSalvage.app

You should see:

  • Authority: Developer ID Application: Qloud LTD (RK93245G56)
  • Team Identifier: RK93245G56
  • Notarization Ticket: stapled

Windows

ClipSalvage's Windows installers are signed with a code-signing certificate issued to Qloud LTD. Right-click the downloaded .exe → Properties → Digital Signatures to check it yourself. You should see:

  • Signer: Qloud LTD, Charing, Kent, GB
  • Issued by: Certum Code Signing 2021 CA (Asseco Data Systems S.A.)
  • Timestamped at the time of signing, so the signature remains valid after the certificate itself expires

Verify a download's checksum

SHA-256 checksums for the current release (v2.20.1). Compute the hash of your downloaded file and compare it against the value below — they should match exactly.

File SHA-256
ClipSalvage-latest.dmg ec519096efd45c41398cf959f203d97f72304c5048e45be5ae5fd1d90dc29f7e
ClipSalvage-latest-windows-x64.exe 913f5ed93b1713a9e414fbbc4a885d84b408ce33616529aab5b312bc3bb2bdc2
ClipSalvage-latest-windows-arm64.exe afd593638fd53b840fc46d591a8972be9407ad43d11b7e60494f29e6ce7e2f6c

To compute a hash yourself: shasum -a 256 <file> on macOS, or Get-FileHash <file> -Algorithm SHA256 in PowerShell on Windows.

How ClipSalvage handles your data

ClipSalvage processes everything locally. No video data, thumbnails, or disk contents are ever uploaded to a server:

  • Drive scanning and file carving run entirely on your computer
  • The on-device camera-angle AI model runs locally too — no image or video data leaves your machine to identify a camera angle
  • Recovered clips are written only to the destination folder you choose
  • The only network activity is license verification, app-update checks, and — if you decrypt encrypted (2026.20+) clips — a one-time request to Tesla for those clips' keys. Never footage.

Full detail: Privacy Policy.

What the Tesla sign-in does and does not grant

Decrypting clips recorded on Tesla software 2026.20 or later needs a one-time sign-in, because only Tesla holds the keys. That is the one part of ClipSalvage that touches the network on your behalf, so here is exactly what it does.

  • We never see your password. The login window is Tesla's own, on Tesla's domain. Your email and password go straight to Tesla; ClipSalvage receives only the resulting access token — the same one Tesla's own dashcam viewer runs on, so Tesla issues us nothing broader.
  • The token cannot touch your car. It is issued to Tesla's dashcam sign-in client and carries identity permissions only. It does not include vehicle_device_data or vehicle_cmds — the permissions Tesla's Fleet API requires to read from or send commands to a car — so it cannot unlock, drive, locate or otherwise control your vehicle.
  • It is spent on a single request: asking Tesla to unseal the keys for the clips you selected.
  • It is short-lived and stored by your OS. It expires on its own in about eight hours and is kept in your operating system's credential vault (macOS Keychain / Windows Credential Manager), encrypted by your OS — never in a plain file, never in a log. Signing out deletes it from your machine.
  • You do not have to take our word for it. Run any network monitor while you recover a clip and you will see your Tesla token go to one place — Tesla's own dashcam endpoint — and nowhere else.

If you would like to verify any of this before trusting the app with a sign-in, email support@clipsalvage.com and we will walk you through exactly what to check. Clips recorded before 2026.20 are ordinary MP4s and never need a sign-in at all.

Company registration

Qloud LTD
Companies House Registration No. 12951828
DUNS: 226358148
Registered office: Spurling Cannon, King Arthurs Court, Maidstone Road, Ashford, Kent TN27 0JS, United Kingdom

Full company profile, other products, and entity references: qloud-ltd.com/about.html.

Reporting a security issue

If you believe you've found a security vulnerability in ClipSalvage, email support@clipsalvage.com with details. We'll acknowledge genuine reports and work with you on a fix before any public disclosure.