Merge pull request #345 from cortex/dependabot/cargo/h2-0.3.26 Bump h2 from 0.3.24 to 0.3.26
Merge pull request #345 from cortex/dependabot/cargo/h2-0.3.26
Bump h2 from 0.3.24 to 0.3.26
A simple password manager written in Rust.
The root crate ripasso is a library for accessing and decrypting passwords stored in pass format, that means PGP-encrypted files optionally stored in a git repository.
ripasso
Multiple UI’s in different stages of development are available in subcrates.
To build all UI’s:
cargo build --all
PR’s are very welcome!
This is a reimplementation of https://github.com/cortex/gopass in Rust. I started it mainly because https://github.com/go-qml/qml is unmaintained. Also, using a safe language for your passwords seems like a good idea.
TUI interface based on cursive Supports password age display and password editing. I use this as my daily password-manager.
cargo build -p ripasso-cursive
Not at feature-parity with the cursive code base yet, but basic operations work.
cargo build -p ripasso-gtk
TUI version
pacman -S ripasso
Available in Copr
sudo dnf copr enable atim/ripasso -y
sudo dnf install ripasso
GTK version (unstable)
sudo dnf install ripasso-gtk
nix-env -iA nixpkgs.ripasso-cursive
The best way to install ripasso on mac right now is the nix package system, first install that and then
Ripasso-cursive is currently in the testing repository for apk, so the testing repository needs to be added to the apk repositories file.
apk add ripasso-cursive
See here
Do you want to have ripasso in your native language? Help out with a translation:
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
ripasso
A simple password manager written in Rust.
The root crate
ripasso
is a library for accessing and decrypting passwords stored in pass format, that means PGP-encrypted files optionally stored in a git repository.Multiple UI’s in different stages of development are available in subcrates.
To build all UI’s:
PR’s are very welcome!
History
This is a reimplementation of https://github.com/cortex/gopass in Rust. I started it mainly because https://github.com/go-qml/qml is unmaintained. Also, using a safe language for your passwords seems like a good idea.
UI’s
Cursive - Terminal interface
TUI interface based on cursive Supports password age display and password editing. I use this as my daily password-manager.
Build
GTK GUI - (WIP)
Not at feature-parity with the cursive code base yet, but basic operations work.
Build
Install instructions
Arch
TUI version
Fedora
Available in Copr
TUI version
GTK version (unstable)
Nix
TUI version
Mac OS X
The best way to install ripasso on mac right now is the nix package system, first install that and then
Alpine
Ripasso-cursive is currently in the testing repository for apk, so the testing repository needs to be added to the apk repositories file.
TUI version
Build instructions
See here
Translations
Do you want to have ripasso in your native language? Help out with a translation:
See here