Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A simple password manager written in Rust

License

NotificationsYou must be signed in to change notification settings

cortex/ripasso

Repository files navigation

Build StatusCrates VersionDocumentation StatusPackaging Status

A simple password manager written in Rust.

The root crateripasso is a library for accessing and decrypting passwordsstored inpass format, that meansPGP-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:

cargo build --all

PR's are very welcome!

History

This is a reimplementation ofhttps://github.com/cortex/gopass in Rust. I started it mainly becausehttps://github.com/go-qml/qmlis unmaintained. Also, using a safe language for your passwords seems like a good idea.

UI's

Cursive - Terminal interface

Screenshot of ripasso-cursive

TUI interface based oncursiveSupports password age display and password editing.I use this as my daily password-manager.

Build

cargo build -p ripasso-cursive

GTK GUI - (WIP)

Screenshot of ripasso-gtk

Not at feature-parity with the cursive code base yet, but basic operations work.

Build

cargo build -p ripasso-gtk

Install instructions

Arch

TUI version

pacman -S ripasso

Fedora

Available inCopr

sudo dnf copr enable atim/ripasso -y

TUI version

sudo dnf install ripasso

GTK version (unstable)

sudo dnf install ripasso-gtk

Nix

TUI version

nix-env -iA nixpkgs.ripasso-cursive

Mac OS X

The best way to install ripasso on mac right now is the nix package system, firstinstall that and then

nix-env -iA nixpkgs.ripasso-cursive

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

apk add ripasso-cursive

Build instructions

See here

Translations

Do you want to have ripasso in your native language? Help out with a translation:

See here

About

A simple password manager written in Rust

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp