Update README.md with the tasks and explanations

This commit is contained in:
Julio Cesar
2025-07-07 10:29:48 +02:00
parent afe348f092
commit 4be72c9a5a
2 changed files with 15 additions and 1 deletions

View File

@@ -1,2 +1,16 @@
# GPG_utils # gpg_utils
![](process.png)
## explanation
- the idea is to create a python backend and UI to execute the process referenced by the image.
- creation and save the public and private keys for every client in our own server
- this service would be transversal to all the clients so it would be useful to maintain private/public keys isolated
- **IMPORTANT!!** only the public key should be downloaded
## tasks
- [ ] check the code generated by chatgpt
- [ ] create UI for the process
- [ ] non-blocking process
- [ ] CSP and CORS protection

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB