Table of content
Encryption
For security purpose, it is possible to encrypt audio and metadata files with GPG before uploading them to our server.
Configuration
In order for you to upload encrypted files to our servers, we will first provide you a dedicated public key that you should use to encrypt your files.
Please contact your account manager to learn more about this procedure.
Requirements
To decrypt your files, we require the following:
- files must be named with a
.gpg
extension, - the original extension must be present just before the
.gpg
extension.
Here are some valid encrypted file names:
my_audio.mp3.gpg
my_audio.wav.gpg
my_metadata.json.gpg
my_metadata.csv.gpg
my_metdata.xml.gpg
These encrypted file names are NOT valid:
my_audio.gpg
my_audio.mp3_encrypted.gpg
my_audio_encrypted.mp3