silent-drive/README.md

15 lines
437 B
Markdown
Raw Normal View History

2019-08-28 23:28:42 +02:00
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
2019-09-24 11:43:09 +02:00
* 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