lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

README (821B)


      1 # radroots_secret_vault
      2 
      3 This is the README for `radroots_secret_vault`, which provides secret backend
      4 selection and wrapping semantics for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * backend kinds, capability models, policy types, and selection outcomes for
      9    secret storage;
     10  * a fail-closed backend selection model that surfaces availability and policy
     11    mismatches;
     12  * secret-wrapping interfaces shared by higher-level protected storage crates;
     13  * optional `std` vault implementations for memory and OS keyring backends.
     14 
     15 ## Copyright
     16 
     17 Except as otherwise noted, all files in the `radroots_secret_vault`
     18 distribution are
     19 
     20  Copyright (c) 2020-2026 Tyson Lupul
     21 
     22 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     23 WARRANTIES, see LICENSE included in the `radroots_secret_vault` distribution.