From 1822f645a5a31998dfe298b53d70b9a89ca7d585 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Mon, 28 May 2018 16:03:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ef5b12..41280e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # keyserver-fs +Usage: python upload-file.py + ### proof of concept on using pgp keyservers for file storage Using Python to open a file in binary then break it up and convert to base64 then insert that into a pgp pubring as new uid's. Once uploaded to a keyserver its there forever and propogated to all other key servers, making this a simple decentralised file storage system.