the1024.club
Go to file
khuxkm fbexl d3730aa6cd Move user location code outside of GET handler for /<fingerprint>
Technically, all of the operations available via /<fingerprint> will access the user object in some fashion, so loading of the user object can be done outside of the GET if-block.
2020-05-04 03:29:41 -04:00
README.md Add basic server that supports registration and display of the data, coded in 30 minutes 2020-05-04 03:21:40 -04:00
crypto.py Add basic server that supports registration and display of the data, coded in 30 minutes 2020-05-04 03:21:40 -04:00
ex_private.pem Add basic server that supports registration and display of the data, coded in 30 minutes 2020-05-04 03:21:40 -04:00
public.pem Add basic server that supports registration and display of the data, coded in 30 minutes 2020-05-04 03:21:40 -04:00
server.py Move user location code outside of GET handler for /<fingerprint> 2020-05-04 03:29:41 -04:00

README.md

the1024.club

Goals:

  • offer 1k storage to anyone
  • no user accounts or registration
  • space is assigned based on pub/priv key interactions
  • api-style endpoints that allocate a space for you based on the hash of your pubkey
  • private key sign transactions to the api for CRUD of your 1k
  • ability to set mime-type of your 1k

WARNING: The keys ex_private.pem and public.pem exist solely to serve as placeholders during testing. Do not use them in a setting where security is needed!