A Ubuntu Touch Password Management App Aiming To Be compatible With Pass https://utpass.qrouland.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Joan Erraez a9b979b011
It can be useful for people that are not really into gpg/pass to know
3 years ago
assets Initial Commit : 0.0.1 4 years ago
libs Add libgit2 as third dependencies TG-40 4 years ago
plugins Add git plugin TG-41 closed 4 years ago
po Translated using Weblate (French) 4 years ago
qml Initial Commit : 0.0.1 4 years ago
screens Initial Commit : 0.0.1 4 years ago
.astylerc Initial Commit : 0.0.1 4 years ago
.gitignore Initial Commit : 0.0.1 4 years ago
.gitmodules Add libgit2 as third dependencies TG-40 4 years ago
CMakeLists.txt Initial Commit : 0.0.1 4 years ago
LICENSE Initial Commit : 0.0.1 4 years ago
README.md It can be useful for people that are not really into gpg/pass to know 3 years ago
UTPass.apparmor Initial Commit : 0.0.1 4 years ago
UTPass.contenthub Initial Commit : 0.0.1 4 years ago
UTPass.desktop.in Initial Commit : 0.0.1 4 years ago
clickable.json Add libgit2 as third dependencies TG-40 4 years ago
main.cpp Initial Commit : 0.0.1 4 years ago
manifest.json.in bump version 4 years ago

README.md

UTPass

A Ubuntu Touch password management app aiming to be compatible with ZX2C4s pass command line application the standard unix password manager.

Installation

UTPass is avalaible on the OpenStore

OpenStore

Build & Tests

See Build & Tests wiki page

Contributing & Issues

See Contributing wiki page

Features

The goal is to be closest possible of the features offer by ZX2C4s pass command line application. See Features wiki page for details.

Export/Import

Assuming that there are already passwords in another device using ZX2C4s pass command line application and, therefore, that gpg keys have been previously generated for encryption purposes, these may be helpful commands:

Export gpg private keys in order to decrypt passwords:

gpg --output keys.gpg --export-secret-keys

Export passwords, assuming they reside in .password-store folder:

zip passwords.zip -r .password-store/

Both files have the correct format for UTPass to import them and work as intended. It is highly recommended to remove them after imported to UTPass.

License

Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Some useful links related to UTPass development :