E2E Encrypted

Generate a Doppler Share link by sending an encrypted secret. The receive flow the user goes through will be end-to-end encrypted where the encrypted secret will be decrypted on the browser.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
Defaults to <BASE64 ENCODED, ENCRYPTED SECRET>

Ecrypted secret using AES-GCM with a symmetric key derived from a cryptographically random 64 character passphrase using PBKDF2. 1,000,000 salt rounds required. Then base64 encode the encrypted secret.

string
required
Defaults to <SHA256 HASH>

SHA256 hash of the password. This is NOT the hash of the derived encryption key.

int32
Defaults to 1

Number of views before the link expires. Valid ranges: 1 to 50. -1 for unlimited.

int32
Defaults to 1

Number of days before the link expires. Valid range: 1 to 90.

string
required
Defaults to pbkdf2

The key derivation function used. Must by "pbkdf2".

int32
required
Defaults to 1000000

Number of salt rounds used by KDF. Must be "1000000".

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json