Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 8 days ago
JSON representation

A simple program to create, view, and modify a password-protected file

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).