readme
This commit is contained in:
parent
08fafac00f
commit
5c2f74a8c5
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Reference in a new issue