multiverseweb / Dataverse

This software is currently under development. It can be used to visualise data into various forms of plots ranging from primary to advanced level. It can also be used as a finance tracker.
https://multiverse-dataverse.netlify.app
MIT License
39 stars 109 forks source link

Enhanced Data Security for Finance Tracker #222

Closed snehab03 closed 1 week ago

snehab03 commented 1 month ago

Have an idea for a new feature? Please fill out the sections below. 😊

Current Behaviour

The current finance tracker stores passwords using encryption, but for sensitive financial data, adopting multi-layer security practices could be more robust.

Proposed Solution

  1. Implement hashing algorithms (e.g., bcrypt, Argon2) instead of simple encryption for password storage.
  2. Integrate 2FA (Two-Factor Authentication) for user login to improve security.
  3. Utilize SSL/TLS certificates to ensure secure data transmission.
github-actions[bot] commented 1 month ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our Dataverse team will review it shortly. Stay tuned!

multiverseweb commented 3 weeks ago

Hey @snehab03, just give me a brief of how you're going to implement the solutions you have proposed. Include the technologies you will use and the steps you'll follow. This is just to make sure the contribution is relevant to the future features I'm planning to integrate in Dataverse.