| Crates.io | insectbox |
| lib.rs | insectbox |
| version | 0.1.0 |
| created_at | 2025-03-23 14:50:40.950026+00 |
| updated_at | 2025-03-23 14:50:40.950026+00 |
| description | OpenSSH inspired in-memory key security. |
| homepage | |
| repository | https://github.com/lysolaka/insectbox |
| max_upload_size | |
| id | 1602734 |
| size | 37,611 |
This crate aims to provide in-memory security inspired by OpenSSH in-memory key encryption.
This crate is very unsafe and full of unsafe code. It should not be used for any real aplication, UNLESS it actually is deemed safe enough after reviewing the source code.
| Feature | Description |
|---|---|
secbox |
SecBox<T> and InsecBox<T> types |
cryptbox |
CryptBox<T> and PlainBox<T> types |
Note: the secbox feature is enabled by default
utils moduleThis module is public for one simple reason: to allow other users to implement types similar or better than the ones provided in this crate. It also provides almost the same utilities as the memsec crate, but actually documents them.