Docs.rs
  • ssh-vault-1.0.10
    • ssh-vault 1.0.10
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • nbari
    • Dependencies
      • aes-gcm ^0.10.3 normal
      • anyhow ^1 normal
      • base58 ^0.2.0 normal
      • base64ct ^1.6.0 normal
      • chacha20poly1305 ^0.10.1 normal
      • clap ^4.4 normal
      • config ^0.13.3 normal
      • ed25519-dalek ^2.1.0 normal
      • hex-literal ^0.4.1 normal
      • hkdf ^0.12.3 normal
      • home ^0.5.5 normal
      • md5 ^0.7.0 normal
      • openssl ^0.10 normal
      • rand ^0.8.5 normal
      • regex ^1.10 normal
      • reqwest ^0.11 normal
      • rpassword ^7.3 normal
      • rsa ^0.9.6 normal
      • secrecy ^0.8.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.10.8 normal
      • shell-words ^1.1.0 normal
      • ssh-key ^0.6.2 normal
      • temp-env ^0.3.6 normal
      • tempfile ^3.8.0 normal
      • url ^2.4.1 normal
      • x25519-dalek ^2.0.0 normal
      • zeroize ^1.7.0 normal
    • Versions
    • 4.67% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ssh_vault1.0.10

  • Structs
  • Enums
  • Traits
  • Functions
?
Change settings

List of all items

Structs

  • cli::actions::create::JsonVault
  • vault::SshVault
  • vault::crypto::aes256::Aes256Crypto
  • vault::crypto::chacha20poly1305::ChaCha20Poly1305Crypto
  • vault::fingerprint::Fingerprint
  • vault::ssh::ed25519::Ed25519Vault
  • vault::ssh::rsa::RsaVault

Enums

  • cli::actions::Action
  • vault::SshKeyType
  • vault::dio::InputSource
  • vault::dio::OutputDestination

Traits

  • vault::Vault
  • vault::crypto::Crypto

Functions

  • cache::get
  • cache::put
  • cli::actions::create::handle
  • cli::actions::edit::handle
  • cli::actions::fingerprint::handle
  • cli::actions::process_input
  • cli::actions::view::handle
  • cli::start
  • config::get
  • tools::filter_fetched_keys
  • tools::get_home
  • vault::crypto::gen_password
  • vault::crypto::hkdf
  • vault::dio::setup_io
  • vault::find::key_type
  • vault::find::private_key
  • vault::find::private_key_type
  • vault::find::public_key
  • vault::fingerprint::fingerprint
  • vault::fingerprint::fingerprints
  • vault::fingerprint::get_remote_fingerprints
  • vault::fingerprint::md5_fingerprint
  • vault::online::get_private_key_id
  • vault::parse::parse
  • vault::remote::get_keys
  • vault::remote::get_user_key
  • vault::remote::request
  • vault::ssh::decrypt_private_key