code100x / tiplink

MIT License
173 stars 197 forks source link

feat: encrypt one of the shares using gcp kms module and store it in db #177

Closed rahulbarmann closed 2 months ago

rahulbarmann commented 2 months ago

Feat: encrypt one of the shares using gcp kms module and store it in db

I have encrypted one of the shares using GCP KMS module and store that encrypted share into the database for the user. This video demonstrates the complete workflow of splitting the private key and encrypting all 3 shares using AES-256, AWS, and GCP during the user's account creation.

https://github.com/user-attachments/assets/9a15798d-9c7c-44e2-9d90-341e3b825dfc

🛠️ Type of Change

✅ Checklist

To ensure a smooth review process, please check off each item as you complete it:


cb7chaitanya commented 2 months ago

Merging, good work @rahulbarmann