client side encrypted storage

encrypt 14debd8977 [fix] file and directory removing 3 years ago
client 14debd8977 [fix] file and directory removing 3 years ago
server 14debd8977 [fix] file and directory removing 3 years ago
.gitignore 08fafac00f muh ignore 4 years ago
Dockerfile 2d19736179 add simple dockerfile 4 years ago
LICENSE.txt 7a6aedfc81 wtfpl 4 years ago
README.md 200dfe8a51 [fix!!!] IV reuse is totally wrong 4 years ago

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 random IV, stored in the first 12 bytes of filename, result is base32 encoded