All Projects → jbreams → Gonepass

jbreams / Gonepass

Licence: other
GTK+ 1Password reader

Projects that are alternatives of or similar to Gonepass

Rooster
The simple password manager for geeks, built with Rust.
Stars: ✭ 106 (-20.9%)
Mutual labels:  password-vault
Masterpassword
Project moved to https://gitlab.com/spectre.app
Stars: ✭ 1,122 (+737.31%)
Mutual labels:  password-vault
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-74.63%)
Mutual labels:  password-vault
Qtpass
QtPass is a multi-platform GUI for pass, the standard unix password manager.
Stars: ✭ 763 (+469.4%)
Mutual labels:  password-vault
Strongbox
A KeePass/Password Safe Client for iOS and OS X
Stars: ✭ 586 (+337.31%)
Mutual labels:  password-vault
Passgo
Simple golang password manager.
Stars: ✭ 492 (+267.16%)
Mutual labels:  password-vault
Buttercup Desktop
Buttercup is a free, open-source and cross-platform password manager, built on NodeJS with Typescript. It uses strong industry-standard encryption to protect your passwords and credentials (among other data you store in Buttercup vaults) at rest, within vault files (.bcup). Vaults can be loaded from and saved to a number of sources, such as the local filesystem, Dropbox, Google Drive or any WebDAV-enabled service (like ownCloud or Nextcloud ¹).
Stars: ✭ 3,714 (+2671.64%)
Mutual labels:  password-vault
Buttercup Core
🎩 The mighty NodeJS password vault
Stars: ✭ 340 (+153.73%)
Mutual labels:  password-vault
T Vault
Simplified secrets management solution
Stars: ✭ 316 (+135.82%)
Mutual labels:  password-vault
Gokey
A simple vaultless password manager in Go
Stars: ✭ 305 (+127.61%)
Mutual labels:  password-vault
Buttercup Mobile
📱 React-Native mobile application for Buttercup
Stars: ✭ 297 (+121.64%)
Mutual labels:  password-vault
Pash
🔒 A simple password manager using GPG written in POSIX sh.
Stars: ✭ 254 (+89.55%)
Mutual labels:  password-vault
web
Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.
Stars: ✭ 33 (-75.37%)
Mutual labels:  password-vault
gpgpwd
Moved to GitLab
Stars: ✭ 22 (-83.58%)
Mutual labels:  password-vault
password-keeper
A simple and secure Password Management System made completely in Python.
Stars: ✭ 26 (-80.6%)
Mutual labels:  password-vault
passbase
Keybase File System (KBFS)-backed CLI-based password manager
Stars: ✭ 26 (-80.6%)
Mutual labels:  password-vault
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (-57.46%)
Mutual labels:  password-vault
libnitrokey
Communicate with Nitrokey devices in a clean and easy manner
Stars: ✭ 61 (-54.48%)
Mutual labels:  password-vault
Nitrokey App
Nitrokey's Application (Win, Linux, Mac)
Stars: ✭ 210 (+56.72%)
Mutual labels:  password-vault
Buttercup Browser Extension
🌏 Buttercup browser extension
Stars: ✭ 164 (+22.39%)
Mutual labels:  password-vault

Gonepass

Do you love 1Password? Do you also run Linux? Don't you hate that your 1Password data can't be used on Linux? Use Gonepassword!

Building

Building gonepassword assumes you have the following things installed on your system

  • Gtk+3
  • Gtkmm 3.0
  • Openssl
  • pkg-config
  • cmake >= 3.0
  • a working C compiler

Gonepass uses cmake 3.0! To build, make a build directory and run cmake and then make/make install.

 $ cmake ..
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'gtkmm-3.0'
--   Found gtkmm-3.0, version 3.20.0
-- Checking for module 'openssl'
--   Found openssl, version 1.0.2g
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jreams/Documents/git/gonepass/build

 $ make
[ 20%] Generating Resources.c
Scanning dependencies of target gonepass
[ 40%] Building CXX object CMakeFiles/gonepass.dir/main.cpp.o
[ 60%] Building CXX object CMakeFiles/gonepass.dir/keychain.cpp.o
[ 80%] Building C object CMakeFiles/gonepass.dir/Resources.c.o
[100%] Linking CXX executable gonepass
[100%] Built target gonepass

Great, now what?

When you start one password point it at your password vault in Dropbox. You should select the folder that ends with agilekeychain and type in your master password.

alt tag

If you want to load up multiple password vaults, just go to the Application menu and click Load, it will pop up a new window for selecting another password vault.

The window for selecting password vaults will remember the last password vault it successfully loaded.

Then just browse through your passwords!

alt tag

That's pretty useful, can I update my items?

Not yet, sorry.

Something isn't working?

Sorry about that, open an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].