1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-08 18:56:57 +00:00
2026-01-06 15:42:10 +01:00
2025-01-07 16:44:14 +00:00
2019-09-21 16:03:14 +02:00
2026-01-05 15:12:53 +01:00
2026-01-06 15:42:10 +01:00
2026-01-06 15:42:10 +01:00
2019-09-21 16:03:14 +02:00
2025-01-10 15:28:42 +01:00
2025-02-03 17:48:30 +01:00
2025-02-05 15:07:31 +01:00
2019-09-21 16:03:14 +02:00
2025-01-29 16:42:37 +01:00
2025-02-04 18:20:41 +01:00
2019-09-21 16:03:14 +02:00

UTPass

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

Installation

UTPass is avalaible on the OpenStore

OpenStore

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 <key>

If your password store is already hosted in a Git repository with HTTP (SSH is not supported yet), you can clone your password store directly from the app. Otherwise, follow these steps to export it as a ZIP file for importing.

Export passwords to a ZIP archive, assuming they reside in the .password-store folder:

zip passwords.zip -r .password-store/

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.

Build & Tests

See Build & Tests wiki page

Contributing & Translation

See Contributing wiki page

Some useful links related to UTPass development :

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

Description
A Ubuntu Touch password management app aiming to be compatible with pass
Readme GPL-3.0 2.2 MiB
Languages
C++ 51%
QML 40.1%
CMake 7.7%
C 1.2%