Compare commits
1 Commits
2fa-app_v1
...
main
Author | SHA1 | Date | |
---|---|---|---|
ac9acd4837 |
22
README.md
22
README.md
@ -6,9 +6,20 @@ I am excited to introduce my latest creation: a 2-step verification application
|
||||
|
||||
## Technical Details
|
||||
|
||||
- **Technology Stack:** The application is built using React components and seamlessly ported to Windows using Tauri.
|
||||
- **Size:** The program is optimized and has a minimal size of approximately 5.4 MB.
|
||||
- **Data Storage:** All entered data is securely stored in the directory: `C:\Users\user\AppData\Local\com.2fa-app`.
|
||||
- **Technology Stack:**
|
||||
- Built using React components
|
||||
- Seamlessly ported to Windows using Tauri
|
||||
- **Size:**
|
||||
- Optimized and has a minimal size of approximately 5.4 MB
|
||||
- **Data Storage:**
|
||||
- All entered data is securely stored in the directory: `C:\Users\user\AppData\Local\com.2fa-app`
|
||||
- **Secret Key Management:**
|
||||
- Import and export secret keys
|
||||
- Encrypted using the CryptoJS module: `import CryptoJS from 'crypto-js';`
|
||||
|
||||
## Backup and Security
|
||||
|
||||
Through encryption, you can create secure backups of your secret keys. This ensures that even if your backup files are compromised, the encryption keeps your sensitive information protected.
|
||||
|
||||
## Feedback and Suggestions
|
||||
|
||||
@ -16,4 +27,7 @@ Your feedback is invaluable! If you have any suggestions or feature requests, pl
|
||||
|
||||
|
||||
|
||||
<img src="https://github.com/user-attachments/assets/5d434135-0584-4a77-8b19-8b510594e685" width="500" height="auto">
|
||||
|
||||
<img src="https://github.com/user-attachments/assets/e81f4c7c-1c33-40ee-93bc-c4ba1719ce43" width="400" height="auto">
|
||||
<img src="https://github.com/user-attachments/assets/bd9da1e7-958f-491f-b139-a0af81d3893f" width="400" height="auto">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user