Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praisespjmt/secfile
SecFile is a cross-platform (Linux, Windows, & macOS) application built with Electron and ReactJS that secures files using AES-256-GCM encryption.
https://github.com/praisespjmt/secfile
electron-app electron-vite electronjs react-router reactjs vite
Last synced: 3 months ago
JSON representation
SecFile is a cross-platform (Linux, Windows, & macOS) application built with Electron and ReactJS that secures files using AES-256-GCM encryption.
- Host: GitHub
- URL: https://github.com/praisespjmt/secfile
- Owner: PraisesPJMT
- License: mit
- Created: 2024-05-31T10:34:48.000Z (7 months ago)
- Default Branch: dev
- Last Pushed: 2024-06-10T15:27:13.000Z (7 months ago)
- Last Synced: 2024-09-28T01:22:48.363Z (3 months ago)
- Topics: electron-app, electron-vite, electronjs, react-router, reactjs, vite
- Language: JavaScript
- Homepage:
- Size: 735 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secfile
An Electron application with React
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```### Development
```bash
$ npm run dev
```### Build
```bash
# For windows
$ npm run build:win# For macOS
$ npm run build:mac# For Linux
$ npm run build:linux
```