You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Implement hashing algorithms (e.g., bcrypt, Argon2) instead of simple encryption for password storage.
Integrate 2FA (Two-Factor Authentication) for user login to improve security.
Utilize SSL/TLS certificates to ensure secure data transmission.
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: