https://github.com/heng30/hidebox
It is a small tool that can write encrypt data to end of another file.
https://github.com/heng30/hidebox
encrypt rust slint-ui tool
Last synced: 7 months ago
JSON representation
It is a small tool that can write encrypt data to end of another file.
- Host: GitHub
- URL: https://github.com/heng30/hidebox
- Owner: Heng30
- License: mit
- Created: 2024-01-08T16:17:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T03:58:41.000Z (over 1 year ago)
- Last Synced: 2024-01-18T08:54:29.826Z (over 1 year ago)
- Topics: encrypt, rust, slint-ui, tool
- Language: Rust
- Homepage:
- Size: 8.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[中文文档](./README.zh-CN.md)
#### Introduction
It is a small tool that can write encrypt data to end of another file. And It would not break the source file format. Support file format: bmp, png, jpg, gif, exe, pdf, jar, rar, mp4.#### Features
- [x] write encrypt data to the end of source file.
- [x] recover encrypt data from the target file.#### How to build?
- Install `Rust` and `Cargo`
- Run `make`
- Refer to [Makefile](./Makefile) for more information#### Reference
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)
- [github/slint-ui](https://github.com/slint-ui/slint)
- [Viewer for Slint](https://github.com/slint-ui/slint/tree/master/tools/viewer)
- [LSP (Language Server Protocol) Server for Slint](https://github.com/slint-ui/slint/tree/master/tools/lsp)