obliviate

所属分类:collect
开发工具:Vala
文件大小:0KB
下载次数:0
上传日期:2022-12-03 08:40:53
上 传 者sh-1993
说明:  忘记密码的密码管理器,
(A password manager that forgets your passwords,)

文件列表:
.editorconfig (255, 2022-12-03)
LICENSE (35149, 2022-12-03)
data/ (0, 2022-12-03)
data/Application.css (1033, 2022-12-03)
data/icons/ (0, 2022-12-03)
data/icons/128/ (0, 2022-12-03)
data/icons/32/ (0, 2022-12-03)
data/icons/48/ (0, 2022-12-03)
data/icons/64/ (0, 2022-12-03)
data/meson.build (1341, 2022-12-03)
data/window-screenshot-2.png (22178, 2022-12-03)
data/window-screenshot.png (17913, 2022-12-03)
meson.build (1502, 2022-12-03)
meson/ (0, 2022-12-03)
meson/post_install.py (690, 2022-12-03)
po/ (0, 2022-12-03)
po/LINGUAS (15, 2022-12-03)
po/POTFILES (76, 2022-12-03)
po/es.po (2294, 2022-12-03)
po/extra/ (0, 2022-12-03)
po/extra/LINGUAS (15, 2022-12-03)
po/extra/POTFILES (98, 2022-12-03)
po/extra/es.po (5274, 2022-12-03)
po/extra/extra.pot (3899, 2022-12-03)
po/extra/fr.po (5344, 2022-12-03)
... ...

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](https://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](https://appcenter.elementary.io/badge.svg)][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: ```shell sudo apt install elementary-sdk libgcrypt20-dev ``` Run `meson build` to configure the build environment and run `ninja install` to install: ```shell meson build --prefix=/usr cd build sudo ninja install ``` Then run it with: ```shell com.github.elfenware.obliviate ``` [elementary os]: https://elementary.io [appcenter]: https://appcenter.elementary.io/com.github.elfenware.obliviate ## Credits - [dotcypress/password](https://github.com/dotcypress/password) for the original idea - [nemequ/vala-extra-vapis](https://github.com/nemequ/vala-extra-vapis) for the GCrypt VAPI

近期下载者

相关文件


收藏者