https://github.com/rewired-gh/d-box-app
A trustworthy vault app utilizing state-of-the-arts algorithms
https://github.com/rewired-gh/d-box-app
client cross-platform cryptography flutter vault
Last synced: about 1 month ago
JSON representation
A trustworthy vault app utilizing state-of-the-arts algorithms
- Host: GitHub
- URL: https://github.com/rewired-gh/d-box-app
- Owner: rewired-gh
- Created: 2024-05-16T12:11:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:13:44.000Z (about 2 years ago)
- Last Synced: 2025-02-24T05:56:02.886Z (over 1 year ago)
- Topics: client, cross-platform, cryptography, flutter, vault
- Language: Dart
- Homepage:
- Size: 877 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D-Box App
D-Box, the successor to C-Box, is a reliable vault application that leverages state-of-the-art algorithms.
Compared to C-Box, D-Box offers an enhanced user experience and improved algorithms.
## Download and Install
To download the latest version of the app, please visit the [GitHub Releases](https://github.com/rewired-gh/d-box-app/releases).
Note that not all supported platforms have a pre-built app available.
## Cryptographic Algorithms
D-Box employs platform-specific true random algorithms and dynamically generated nonces to prevent replay attacks.
It also utilizes the most robust and time-tested algorithms with parameters ensuring sufficient safety margins for hashing passwords and encrypting data.
By using platform-specific APIs whenever possible, D-Box achieves optimal performance on nearly all devices.
- **Password Hashing:** Argon2id
- Parallelism: 1
- Memory: 47104 kBytes
- Hash length: 32 Bytes
- **Symmetric Encryption:** AES-GCM
- Key length: 256 bits
## Features
- [x] Master password
- [ ] Content encryption
- [x] Text content
- [ ] (Planned) Item title
- [ ] Multimedia
- [x] Lock on request
- [x] Localization
- [x] English (Tier 1)
- [x] Simplified Chinese (Tier 2)
- [x] Japanese (Tier 3)
- [x] Customizable color theme
- [x] Reset password
- [x] Export and import data
- [ ] (Planned) Cloud sync
## Collaboration
Currently, I am quite busy, which might make collaboration difficult.
However, you are welcome to open new issues and pull requests (PRs) for this project.