Update README.md

This commit is contained in:
yakamok
2018-05-28 16:03:13 +02:00
committed by GitHub
parent 9f87f289ed
commit 1822f645a5
+2
View File
@@ -1,5 +1,7 @@
# keyserver-fs # keyserver-fs
Usage: python upload-file.py <file>
### proof of concept on using pgp keyservers for file storage ### 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. 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.