krabhi1 / pvault

Store private data securely in public places like GitHub Gist by encrypting it, ensuring confidentiality and protection against unauthorized access.
https://33gl.vercel.app
0 stars 0 forks source link

Move from Fixed Gist Storage to Dynamic User Data Management #6

Open krabhi1 opened 1 month ago

krabhi1 commented 1 month ago

Description:

Currently, data for two users is stored in separate, fixed Gists. Each user's data is saved in individual files within these Gists, with filenames reflecting the usernames. However, this approach can be optimized to better handle the addition of new users and simplify data management.

Problem:
The current fixed setup makes it cumbersome to add new users and manage their data. Each new user requires a separate Gist or a new file within the existing Gists, which complicates management and scalability.

Proposed Solution:

Advantages:

Tasks: