https://github.com/abhisinha08/cryptile
A Desktop App and CLI tool to encrypt and decrypt your files with a secure password
https://github.com/abhisinha08/cryptile
cryptography react rust tauri
Last synced: 12 months ago
JSON representation
A Desktop App and CLI tool to encrypt and decrypt your files with a secure password
- Host: GitHub
- URL: https://github.com/abhisinha08/cryptile
- Owner: AbhiSinha08
- Created: 2022-10-18T18:23:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T21:22:20.000Z (over 3 years ago)
- Last Synced: 2025-06-21T17:07:28.217Z (about 1 year ago)
- Topics: cryptography, react, rust, tauri
- Language: Rust
- Homepage:
- Size: 1.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Cryptile**
### A **Desktop App** and **CLI tool** to encrypt and decrypt your files with a secure password :lock:. Military grade fast encryption with almost zero overhead.
## (GUI in develpoment)
- Uses AES256 Encryption
- written in Rust :crab:
- GUI made using Tauri and React
### To start the GUI - dev :
- install `rustc, cargo, npm`
- clone the repo and `cd` into the folder
- `npm install` and `cargo install tauri-cli`
- (optional) `npm run tailwind`
- `cargo tauri dev`
### Production Build GUI :
- `npm run tailwind_build`
- `cargo tauri build`
### CLI Tool:
- Currently only available via cargo
- install `rustc, cargo`
- [CLI Tool](cargo-cryptile/README.md)