-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Encryption] We need to encrypt the data saved to MongoDb #84
Comments
I can work on this! Can we use bcrypt? |
Sure! I'll assign it to you. There's a discord server if you want to join |
Awesome! I'll get on it right away. |
Which file should I start editing? |
Update: I am going to use crypto instead of bcrypt. |
Sure, I read the article you gave me and seems pretty readable. |
Cool - we can probably merge this with the secret for encryption issue. |
Hi Tomas, In case you would like to read more https://blog.kindite.com/hubfs/Use%20case%20-%20Hybrid%20B2C%20apps.pdf |
I'm going to read it through out the day. If you think this changes are better than the ones proposed by @CarlyRaeJepsenStan, please debate them with him. Btw, since debating through issues is kind of a hassle (even though it's by far more organized) we are disccussing this changes on the official discord server, please come and chat with us |
@sdanpo While Kindite looks useful and fast, it seems to be a production/business product - you have to pay, and it seems geared to massive server networks. For our humble uses, I think crypto would work ok. |
Data is private. We need to encrypt the Discord channels, users, and elements added to the list when we are saving them to the Db instance.
A next issue will add a secret key for the Hash function
The text was updated successfully, but these errors were encountered: