ssb-keyfile

Crates.iossb-keyfile
lib.rsssb-keyfile
version0.5.4
sourcesrc
created_at2018-02-20 13:03:52.848486
updated_at2021-08-18 11:42:06.942808
descriptionKeyfile operations for ssb.
homepage
repositoryhttps://github.com/sunrise-choir/ssb-keyfile-rs
max_upload_size
id52045
size37,923
all (github:sunrise-choir:all)

documentation

README

SSB-Keyfile

Keyfile operations for ssb: Read keys from a keyfile and create new keyfiles.

Creates and reads keyfiles that are compatible with the js ssb implementation.

let keypair = ssb_keyfile::generate_at_path("/path/to/secret")?;

let keypair = ssb_keyfile::read_from_path("/path/to/secret")?;
cargo install ssb-keyfile --all-features
ssb-keyfile new --path ~/.ssb-foo/secret
ssb-keyfile new --path ~/.ssb-bar/secret --secret XQfgelZViM6npy...
Commit count: 27

cargo fmt