| Crates.io | ckeylock-api |
| lib.rs | ckeylock-api |
| version | 0.1.7 |
| created_at | 2025-04-04 22:53:02.161022+00 |
| updated_at | 2025-04-21 09:50:17.002018+00 |
| description | API for ckeylock. |
| homepage | |
| repository | https://github.com/oblivisheee/ckeylock |
| max_upload_size | |
| id | 1620927 |
| size | 36,711 |
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"
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.