Skip to content
forked from cortex/ripasso

A simple password manager written in Rust

Notifications You must be signed in to change notification settings

leonorpan/ripasso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ripasso

Build Status

A simple password manager written in Rust

This is a reimplementation of https://github.com/cortex/gopass in Rust. I started it mainly because since https://github.com/go-qml/qml is unmaintaned. Also, using a safe language for you passwords seems like a good idea.

It has not yet reached feature-parity, but the basic functionality works. If this plays out well, it will replace gopass.

PRs are very welcome!

Build instructions

Mac OS X

$ brew update
$ brew install automake cmake qt5 gtk+3
$ export PATH="/usr/local/opt/qt/bin:$PATH"
$ git clone https://github.com/cortex/ripasso.git
$ cd ripasso
$ cargo run

Ubuntu

$ apt install cargo libgtk-3-dev qtdeclarative5-dev libqt5svg5-dev cmake
$ cargo build

Arch

$ pacman -S qt5-base qt5-svg qt5-declarative

About

A simple password manager written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 62.4%
  • QML 37.6%