Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccyuen1/encrypted-file-access-gui
A simple program to create, view, and modify a password-protected file
https://github.com/ccyuen1/encrypted-file-access-gui
encryption-decryption tauri
Last synced: about 1 month ago
JSON representation
A simple program to create, view, and modify a password-protected file
- Host: GitHub
- URL: https://github.com/ccyuen1/encrypted-file-access-gui
- Owner: ccyuen1
- License: apache-2.0
- Created: 2024-08-25T05:28:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T11:28:11.000Z (5 months ago)
- Last Synced: 2024-10-31T03:42:18.070Z (3 months ago)
- Topics: encryption-decryption, tauri
- Language: Vue
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encrypted File Access GUI
This software provides a GUI for [Encrypted File Access](https://github.com/ccyuen1/encrypted-file-access) on desktop. Currently only tested on Windows.
## To-do list
- Navigate to the `CreatePage` by specifying a password-protected file as the first command line argument.
- Allow users to register this application in OS as a handler of password-protected files.## Screenshots
![](./screenshots/MenuPage.png)
![](./screenshots/CreatePage.png)
![](./screenshots/OpenPage.png)
![](./screenshots/UpdatePasswordPage.png)
## Acknowledgement
This software is built on top on [Encrypted File Access](https://github.com/ccyuen1/encrypted-file-access), [Tauri](https://tauri.app), [Vite](https://vitejs.dev), and [Vue](https://vuejs.org).