From 2a81ce9fa641d8a66fea655d9f501b3dc1ec2fd5 Mon Sep 17 00:00:00 2001 From: Ed Geraghty Date: Wed, 17 Jun 2020 19:38:03 +0100 Subject: [PATCH] Fix a couple of typos in UUID-like description Signed-off-by: Ed Geraghty --- RFC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFC.md b/RFC.md index 283567c..0829a09 100644 --- a/RFC.md +++ b/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