Compare commits
3 Commits
2fa-app_v1
...
main
Author | SHA1 | Date | |
---|---|---|---|
ac9acd4837 | |||
cb5ed679ee | |||
3a0d95979f |
35
README.md
35
README.md
@ -1,14 +1,33 @@
|
|||||||
# 2fa-app
|
# 2-Step Verification APP for Windows
|
||||||
2-Step Verification APP for Windows
|
|
||||||
|
|
||||||
I have created a 2-step verification application for windows.
|
## Overview
|
||||||
|
|
||||||
The program origin is based on React components and then ported with Tauri for Windows.
|
I am excited to introduce my latest creation: a 2-step verification application for Windows. This lightweight program enhances your security by providing an additional layer of authentication, all while maintaining a small footprint.
|
||||||
|
|
||||||
The program is kept lean and is about 5.4mb in size.
|
## Technical Details
|
||||||
|
|
||||||
The entered data is stored in the folder "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';`
|
||||||
|
|
||||||
If you have any wishes or suggestions, please let me know
|
## 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
|
||||||
|
|
||||||
|
Your feedback is invaluable! If you have any suggestions or feature requests, please don't hesitate to reach out.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<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">
|
||||||
|
|
||||||
<img src="https://github.com/user-attachments/assets/c3c995fc-7455-4c6e-a09f-dd83cf5909b6" width="500" height="auto">
|
|
||||||
|
Loading…
Reference in New Issue
Block a user