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
🚀 Feature Request: Forgot Password for Secure Folder
Description
Implement a "Forgot Password" feature for the secure folder in the Rust (Tauri) + React app.
Since the app deals with folders and pictures, the recovery process should be secure and user-friendly.
🔹 Proposed Solutions
1️⃣ Recovery Key Method
Generate a random recovery key (e.g., Xy4D-89zP-Wq1L-KmN5) during password setup.
Show the key to the user and force them to save it.
Store only the hashed version securely.
If the user forgets the password, they can enter the recovery key to reset it.
2️⃣ Security Image Method
During setup, allow users to select a security image.
Store a hashed version of the filename.
If they forget the password, ask them to identify the correct image from random choices.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request: Forgot Password for Secure Folder
Description
Implement a "Forgot Password" feature for the secure folder in the Rust (Tauri) + React app.
Since the app deals with folders and pictures, the recovery process should be secure and user-friendly.
🔹 Proposed Solutions
1️⃣ Recovery Key Method
Xy4D-89zP-Wq1L-KmN5
) during password setup.2️⃣ Security Image Method
The text was updated successfully, but these errors were encountered: