client side encrypted storage

encrypt 64a37fa184 [ui] reduce upload file action to one button 4 سال پیش
client 64a37fa184 [ui] reduce upload file action to one button 4 سال پیش
server 1f8d5a49dc redirect / to index.html 4 سال پیش
.gitignore 08fafac00f muh ignore 4 سال پیش
Dockerfile 2d19736179 add simple dockerfile 4 سال پیش
LICENSE.txt 7a6aedfc81 wtfpl 4 سال پیش
README.md 5c2f74a8c5 readme 4 سال پیش

README.md

silent-drive

Share encrypted collections of files.

Encryption

  • File encryption is done in browser using WebCrypto
  • Encryption algorithm is AES-GCM
  • Key length is 256 bytes
  • Key is stored in the fragmen
  • Initialization Vector is stored in the first 12 bytes of the file
  • File name is also AES encrypted using the same key and the directory name as IV result is base32 encoded