https://github.com/acristoffers/void-rs
New implementation of Void in Rust.
https://github.com/acristoffers/void-rs
Last synced: 3 months ago
JSON representation
New implementation of Void in Rust.
- Host: GitHub
- URL: https://github.com/acristoffers/void-rs
- Owner: acristoffers
- License: mpl-2.0
- Created: 2023-03-16T21:00:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T14:25:41.000Z (8 months ago)
- Last Synced: 2025-02-15T05:28:45.141Z (4 months ago)
- Language: Rust
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VOID
Void is an encrypted store with a file-system like structure.
Encryption is carried out by Rust's crypto library, using `Blake2b` for key
derivation and `AES-256bit-CGM` for encryption.# Status
The library and cli are considered stable. The GUI is something I have not
decided how I want to develop yet.This application is not compatible with the previous one, present in this repo
as simply void. As far as I'm aware no one is using it apart from me, so I'm
taking the liberty to silently replace it.