Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/errornointernet/sfs
A shell that allows you to encrypt/decrypt your files with a password
https://github.com/errornointernet/sfs
decryption encryption fernet files privacy rust security shell
Last synced: 4 days ago
JSON representation
A shell that allows you to encrypt/decrypt your files with a password
- Host: GitHub
- URL: https://github.com/errornointernet/sfs
- Owner: ErrorNoInternet
- License: mit
- Created: 2022-10-30T07:17:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T08:26:51.000Z (about 1 year ago)
- Last Synced: 2023-11-15T09:33:03.750Z (about 1 year ago)
- Topics: decryption, encryption, fernet, files, privacy, rust, security, shell
- Language: Rust
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SFS (SecureFS)
A shell that allows you to encrypt/decrypt your files with a password![SFS Showcase](./showcase.png)
SFS encrypts and decrypts files using a fernet (AES-128), generated from a password that you enter every time you open SFS. It also has its own implementation of commands like `ls`, `cp`, `mv`, `rm`, `clear`, and its own command/flag/argument parser.
## Installation
- Requirements:
- Rust (Cargo)```sh
git clone https://github.com/ErrorNoInternet/sfs
cd sfs
cargo install --path .
```SFS has only been tested on Linux, and might not work properly on Windows or other operating systems. Please [create an issue](https://github.com/ErrorNoInternet/sfs/issues/new) if you run into a problem.
If you would like to modify or use this repository (including its code) in your own project, please be sure to credit!