100 breaking releases

0.103.0 Mar 19, 2024
0.101.0 Jan 9, 2024
0.99.0 Dec 29, 2023
0.91.0 Nov 8, 2023
0.3.1 Mar 23, 2021

#956 in Cryptography

Download history 129/week @ 2023-12-04 244/week @ 2023-12-11 144/week @ 2023-12-18 92/week @ 2023-12-25 117/week @ 2024-01-01 53/week @ 2024-01-08 28/week @ 2024-01-15 9/week @ 2024-01-22 3/week @ 2024-02-05 17/week @ 2024-02-12 624/week @ 2024-02-19 140/week @ 2024-02-26 176/week @ 2024-03-04 49/week @ 2024-03-11 179/week @ 2024-03-18

544 downloads per month
Used in 14 crates (12 directly)

Apache-2.0

380KB
8K SLoC

ockam_vault

crate docs license discuss

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

In order to support a variety of cryptographically capable hardware we maintain loose coupling between our protocols and how a specific building block is invoked in a specific hardware. This is achieved using an abstract Vault trait.

A concrete implementation of the Vault trait is called an Ockam Vault. Over time, and with help from the Ockam open source community, we plan to add vaults for several TEEs, TPMs, HSMs, and Secure Enclaves.

This crate provides a software-only Vault implementation that can be used when no cryptographic hardware is available. The primary Ockam crate uses this as the default Vault implementation.

The main Ockam has optional dependency on this crate.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_vault = "0.103.0"

License

This code is licensed under the terms of the Apache License 2.0.

Dependencies

~7–26MB
~376K SLoC