Crates.io | ckeylock-api |
lib.rs | ckeylock-api |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.