| Crates.io | ckeylock |
| lib.rs | ckeylock |
| version | 0.2.3 |
| created_at | 2025-04-05 21:57:50.786378+00 |
| updated_at | 2025-05-18 22:27:42.980007+00 |
| description | A secure and fast secret manager |
| homepage | |
| repository | https://github.com/oblivisheee/ckeylock |
| max_upload_size | |
| id | 1622482 |
| size | 74,273 |
CKeyLock is a secure and efficient tool written in Rust for managing and storing your cryptographic keys.
To get started with CKeyLock, follow the instructions below:
cargo install ckeylock
Ckeylock.toml. For example
bind = "127.0.0.1:8080"
password = "helloworld"
dump_path = "dump-clok.bin"
dump_password = "helloworld"
workers = 10
ckeylock
To use CKeyLock in your project follow these steps:
cargo init
cargo add ckeylock-api
let api = CKeyLockAPI::new("127.0.0.1:8080", Some("helloworld"));
let mut connection = api.connect().await.unwrap();
docker pull ghcr.io/oblivisheee/ckeylock:v1
We welcome contributions! Feel free to submit issues or pull requests to help improve CKeyLock.
CKeyLock is licensed under the Apache-2.0.