diff --git a/README.md b/README.md index 953137c..2d9dc66 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ WARNING: this may break easily and is intended for use only on linux, & only for 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. -I wrote this because of the keyservers poor design, anyone can upload any kind of data to them without the option for removal or peer review. Key Base although i am not a fan, require you to sign up and create an account instead of a simple dumping ground for keys that have the potential to contain sensitive data. There are endless ways to abuse this system, I have not even began to explore every option. +I wrote this because of the keyservers poor design, anyone can upload any kind of data to them without the option for removal or peer review, for example i uploaded the entire GDPR. Key Base although i am not a fan, at least require you to sign up and create an account instead of a simple dumping ground for keys that have the potential to contain sensitive data. There are endless ways to abuse this system, I have not even began to explore every option. + +__Notice:__ This Program is very slow to add data to the gpg pubkey so dont plan on super large files, this is also not safe to use in any kind of production enviroment as its using subprocess and shell is set to true. ### upload-file.py @@ -40,7 +42,4 @@ http://eu.pool.sks-keyservers.net/pks/lookup?search=WCNGKCCWBE@UMKVS.jpg&op=inde ### ToDo -Upload multiple files -program to check propogation -test maxium size that can be uploaded -Maybe also download the key locally with import and parse it this way? +test maxium size that can be uploaded - done this but its too slow to do major files, so books/ images are all ok this use case.