Merge pull request #51 from EdGeraghty/patch-2

Fix a couple of typos in UUID-like description
This commit is contained in:
Roeland Jago Douma 2020-07-04 08:59:31 +02:00 коммит произвёл GitHub
Родитель 68a112ff1f 2a81ce9fa6
Коммит 876e089c4d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
RFC.md
Просмотреть файл

@ -269,7 +269,7 @@ In case a new file is uploaded the client has to do the following steps:
2. Generate a new 128-bit IV for the file
3. Encrypt the file using the key and IV with AES/GCM/NoPadding
4. Save the authenticationTag
2. Generate a UUID like identifier (UUID, ther remove "-", must follow /^[0-9a-fA-F]{32}$/) and upload the encrypted file via WebDAV using the random identifier as file ID
2. Generate a UUID-like identifier (UUID with "-" removed, must follow /^[0-9a-fA-F]{32}$/) and upload the encrypted file via WebDAV using the random identifier as file ID
3. Add new file to the files array in the metadata file
1. Add file info
2. Add key