rpawomaster 0.2.2

A secure password manager written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod init;
pub mod password_gen;
pub mod add;
pub mod update;
pub mod delete;
pub mod list;
pub mod search;
pub mod testpass;
pub mod vaults;
pub mod crypt;
pub mod export;
pub mod xotp;
pub mod import;