Cloud-Encryption

Zero-Knowledge
End-to-End encryption

Find out how our zero-knowledge
end-to-end encryption protects your privacy.

Der hochsichere und Ende-zu-Ende verschlüsselte Cloud-Speicher mit Zero-Knowledge Technologie bietet Schutz für Ihre sensiblen Dateien. Kostenlos für 30 Tage.

Maximum safety thanks to our
modern encryption technology

Client-Side encryption

Your data security through
client-side encryption

Trust is important - security is crucial. Everyone deserves to have their privacy protected. Whether it's important photos, documents, videos or audio files, sharing work documents with colleagues or sending the latest photo album to family members, we offer a solution that ensures security and privacy from start to finish. All your data is encrypted on your device with your individual key before it is sent to our servers. Your key or password always remains on your device.

Der hochsichere und Ende-zu-Ende verschlüsselte Cloud-Speicher mit Zero-Knowledge Technologie bietet Schutz für Ihre sensiblen Dateien. Kostenlos für 30 Tage.
Der hochsichere und Ende-zu-Ende verschlüsselte Cloud-Speicher mit Zero-Knowledge Technologie bietet Schutz für Ihre sensiblen Dateien. Kostenlos für 30 Tage.

Zero-knowledge

Security without compromise thanks to our zero-knowledge technology

Our zero-knowledge technology guarantees absolute privacy and security by ensuring that neither we as the provider nor external parties have access to your files.

Server location

German data protection

With us, you enjoy the highest level of security for your data. All files are stored in highly secure data centers in Germany that are certified according to the strict standards of ISO 27001. Data protection is not only enshrined in law, it is also one of our priorities.

Der hochsichere und Ende-zu-Ende verschlüsselte Cloud-Speicher mit Zero-Knowledge Technologie bietet Schutz für Ihre sensiblen Dateien. Kostenlos für 30 Tage.

Code

Want to find out more about our code?

A detailed look at our encryption process
Copied!
encrypt: async function(value, key) { const generateGcmIv = (byteLength) => { const gcmIV = new Uint8Array(byteLength); window.crypto.getRandomValues(gcmIV); return gcmIV; }; const convertKeyToBytes = (key) => { let str = key; let len = str.length; if (len & 1) { str = '0' + str; len++; } let keyInBytes = new Uint8Array(len >> 1); for (var i = 0; i < len; i += 2) { keyInBytes[i >> 1] = parseInt(str.substr(i, 2), 16); } return keyInBytes; }; const AES_GCM_IV_LEN = 12; const keyInBytes = convertKeyToBytes(key); const IV = generateGcmIv(AES_GCM_IV_LEN); let cryptoApiKey = await window.crypto.subtle.importKey("raw", keyInBytes, {"name": "AES-GCM"}, false, ["encrypt", "decrypt"]); let encryptedData = await window.crypto.subtle.encrypt({"name": "aes-gcm", "iv": l_IV}, cryptoApiKey, value); return encryptedData; },

Protect your sensitive data today!

For teams, work files, backups, images, videos,
memories and more. Back up your files
encrypted with the cloud storage from Scramble.

© Copyright 2024 Scramble Cloud – End-to-End encrypted cloud storage・All rights reserved・Return to Top

en_US