From 6ab6588a552dca2c11af45116c7baa8605d1e9e4 Mon Sep 17 00:00:00 2001 From: niccellular <79813408+niccellular@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:03:05 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73cffca..02798d0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ The purpose of this plugin is to provide a streamlined method to share datapackages without a TAK Server. - The plugin provides a way to upload datapackages to the cloud securely with AES. + The plugin provides a capability to upload datapackages to the cloud securely with AES. - The upload specifies their own password which will be used to encrypt the datapackage on the server. + The uploader specifies their own password which is used to encrypt the datapackage on the server. + + This password is never transmitted and resides only in memory to perform the AES encryption. The server will respond to the uploader with a unique download code (8 alphanumeric characters) that can be distributed to inteded recipients.