SecureTransfer allows you to securely send large files to others.
This service is designed to be used primarily through our API (so programatically). There are plenty
of other services available for manually sharing files (such as DropBox, OneDrive and WeTransfer)
Transfer files up to 500Mb / 500,000,000 bytes.
Getting Started
Register an account, and follow the instructions from there.
Price
SecureTransfer is currently in "Beta" and is therefore FREE. But, before you invest time
in an integration, please be warned it won't stay free forever.
How it works
- Call the API to begin an upload
- Call the API to send your file in chunks of 10,000,000 bytes
- Call the API to complete your upload
- You can request up to 10 unique download links for each file
- We calculate an SHA512 checksum for your file, encrypt it with your password using AES CBC encryption,
and store it to secure UK based cloud storage, where it is encrypted again at rest.
- Send the download links (returned by the API) to your recipients
- Recipients use the link, along with the password (which you must give them) to download the file
- We notify your webhook (if setup) of any successfull / failed file access.
- Files can be deleted via the API, or will natrually be expunged after a maximum of 30 days
- Files cannot be downloaded without the correct password
Your files are safely stored in UK-based secure cloud storage
and are encrypted at rest, as well as enctypted by your
file password.
All data is transmitted over HTTPS
Files are automatically expunged after your specified number of days,
up to a maximum of 30 days.