All Projects → elfenware → obliviate

elfenware / obliviate

Licence: GPL-3.0 license
A password manager that forgets your passwords

Programming Languages

vala
323 projects
Meson
512 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to obliviate

badger
Remind yourself to not sit and stare at the screen for too long
Stars: ✭ 48 (+118.18%)
Mutual labels:  gtk, elementary, appcenter
palette
Color palette app for elementary OS
Stars: ✭ 32 (+45.45%)
Mutual labels:  gtk, elementary, appcenter
webpassgen
Simple web-based password generator
Stars: ✭ 111 (+404.55%)
Mutual labels:  password, passphrase
diceware
Improved diceware passphrases
Stars: ✭ 16 (-27.27%)
Mutual labels:  password, passphrase
PASSY
This project has moved to GitLab.com
Stars: ✭ 14 (-36.36%)
Mutual labels:  manager, password
niceware
🔒 Generate or convert random bytes into passphrases. A Rust port of niceware.
Stars: ✭ 20 (-9.09%)
Mutual labels:  password, passphrase
chinese-diceware
Diceware word lists in Chinese
Stars: ✭ 27 (+22.73%)
Mutual labels:  password, passphrase
Passky-Server
API and Database for Passky (password manager)
Stars: ✭ 77 (+250%)
Mutual labels:  manager, password
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (+177.27%)
Mutual labels:  password, passphrase
onboarding
Onboarding app for new users
Stars: ✭ 47 (+113.64%)
Mutual labels:  gtk, elementary
sideload
Sideload Flatpaks on elementary OS
Stars: ✭ 41 (+86.36%)
Mutual labels:  gtk, elementary
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (+113.64%)
Mutual labels:  manager, password
Osiris-pwm
A simple and lightweight encrypted password manager written in Go.
Stars: ✭ 32 (+45.45%)
Mutual labels:  manager, password
givemelyrics
See the lyrics of the song that is playing, from any application.
Stars: ✭ 52 (+136.36%)
Mutual labels:  gtk, appcenter
Akira
Native Linux App for UI and UX Design built in Vala and GTK
Stars: ✭ 4,597 (+20795.45%)
Mutual labels:  gtk, appcenter
Azure-theme
Azure is a clean and fresh blue theme for GTK 3, GTK 2 and Gnome-Shell
Stars: ✭ 100 (+354.55%)
Mutual labels:  gtk
weakpass generator
generates weak passwords based on current date
Stars: ✭ 36 (+63.64%)
Mutual labels:  password
lefthook
Fast and powerful Git hooks manager for any type of projects.
Stars: ✭ 2,845 (+12831.82%)
Mutual labels:  manager
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 (+159.09%)
Mutual labels:  password
gtk3-rs
Rust bindings for GTK 3
Stars: ✭ 451 (+1950%)
Mutual labels:  gtk

Icon

Obliviate

A password manager that forgets your passwords

Get it on AppCenter

Screenshot

Description

Obliviate does not store your passwords but gives them to you when you need them. How?

It asks you for two things:

  • the site you want to log in to
  • a cipher key, which is any passphrase you can remember

Using these, it will derive a password, which you can set as your new password for that site.

The next time you need it, enter the same site and same cipher key. Obliviate will derive the same password as before.

It’s not magic, but it’s quite close.

Bonus

If you need your passwords on another device, you can get them on the web from obliviate.app.

Built for elementary OS

While Obliviate will happily compile on any Linux distribution, it is primarily built for elementary OS.

Get it on AppCenter

Developing and building

Development is targeted at elementary OS. If you want to hack on and build Obliviate yourself, you'll need the following dependencies:

  • libgranite-dev
  • libgtk-3-dev
  • libgcrypt20-dev
  • libhandy-1-dev
  • meson
  • valac

You can install them on elementary OS with:

sudo apt install elementary-sdk libgcrypt20-dev

Run meson build to configure the build environment and run ninja install to install:

meson build --prefix=/usr
cd build
sudo ninja install

Then run it with:

com.github.elfenware.obliviate

Credits

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].