Passilic

Rating: 
4.90909
Your rating: None Average: 4.9 (11 votes)

Passilic is a frontend for the Pass password manager. Pass is a simple Unix password manager where each password is stored GPG encrypted in a file. Passilic allows you to easily browse the passwords. Tapping a passwords prompts the "master key" (your GPG key passphrase) and copies the password into clipboard. The password is automatically cleared from the clipboard after 45 seconds.

Passilic is a free and open source project under GPLv3 license.

Github: https://github.com/danvratil/harbour-passilic - please report issues and feature requests there.

Screenshots: 
Application versions: 
AttachmentSizeDate
File harbour-passilic-0.1-1.i486.rpm93.93 KB04/02/2019 - 03:17
File harbour-passilic-0.1-1.armv7hl.rpm85.46 KB04/02/2019 - 03:17
File harbour-passilic-0.2-1.i486.rpm97.09 KB15/02/2019 - 00:33
File harbour-passilic-0.2-1.armv7hl.rpm88.46 KB15/02/2019 - 00:33
File harbour-passilic-0.3-1.i486.rpm98.84 KB17/02/2019 - 14:51
File harbour-passilic-0.3-1.armv7hl.rpm90.1 KB17/02/2019 - 14:51
File harbour-passilic-0.4-1.i486.rpm105 KB14/12/2019 - 03:32
File harbour-passilic-0.4-1.armv7hl.rpm93.92 KB14/12/2019 - 03:32
File harbour-passilic-0.5-1.i486.rpm116.43 KB19/04/2021 - 21:34
File harbour-passilic-0.5-1.armv7hl.rpm100.61 KB19/04/2021 - 21:34
File harbour-passilic-0.5-1.aarch64.rpm106.76 KB20/04/2021 - 09:44
File harbour-passilic-0.6-1.i486.rpm117.94 KB30/06/2021 - 11:28
File harbour-passilic-0.6-1.aarch64.rpm108.42 KB30/06/2021 - 11:28
File harbour-passilic-0.6-1.armv7hl.rpm101.9 KB30/06/2021 - 11:28
Changelog: 

0.6

  • Don't use pinentry-mode option when using gpg2<2.1 (Renaud Casenave-Péré)

0.5

  • Fix creating new password

0.4

  • Fixed support for gpg 2.0
  • Added Swedish translation

0.3

  • Fixed settings location
  • Updated Chinese translations
  • Added Czech translation

0.2

  • Clear passwords on exit
  • Automatically focus passphrase entry field
  • Add Search page
  • Make password timeout customizable

0.1

  • Initial version

Comments

maier's picture

On my Sony Xperia 10 II it's not working. I can enter a password entry but after saving it's not visible.

objectifnul's picture

Doesn't work for me (Xperia X, Rokua 3.3.0.16)

Log:

,---
| Sailfish OS 3.3.0.16 (Rokua)
'---
[nemo@XperiaX ~]$ harbour-passilic
[D] unknown:0 - Using Wayland-EGL
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
[W] unknown:157 - file:///usr/lib/qt5/qml/Sailfish/Silica/DialogHeader.qml:157: TypeError: Cannot read property 'backIndicatorDown' of null
[W] unknown:152 - file:///usr/lib/qt5/qml/Sailfish/Silica/DialogHeader.qml:152: TypeError: Cannot read property 'backIndicatorDown' of null
[W] unknown:212 - file:///usr/lib/qt5/qml/Sailfish/Silica/DialogHeader.qml:212: TypeError: Cannot read property 'forwardIndicatorDown' of null
[W] unknown:207 - file:///usr/lib/qt5/qml/Sailfish/Silica/DialogHeader.qml:207: TypeError: Cannot read property 'forwardIndicatorDown' of null
direc85's picture

It doesn't find a file/folder to watch, it seems.

The "Cannot read property" messages are mumbo jumbo.

ekari's picture

Thanks for the update!

razcampagne's picture

While 0.4 version worked like a charm, I got the error mentioned before with passilic 0.5 : invalid option --pinentry-mode=loopback. The only updated gnupg I could find was from yeoldegrove's repository but I got a conflict error trying to install it.

usernamenotavailable's picture

Cant see my password, xperia 10 plus

TMavica's picture

Aaarh64 packge pls

dvratil's picture

Fixed :)

ekari's picture

Works great, thanks!

jfebrer's picture

Great work! It's a fantastic app.

Ashitaka's picture

Hi dvratil, can you help me? Since i updated my Fairphone to SF3.0.2.8, (2 days ago) i'm not able to use Passilic. At first it was gpg2 unable to find my private key in .kbx. Now i managed to import the key, but in passilic it say: invalid option "--pinentry-mode=loopback".
pass instead works fine...
I don't understand
gpg2 version is 2.0.4, isn't it outdated? But everything was working just fine before updating

dvratil's picture

Hi Ashitaka, try updating gpg2 package manually via pkcon - I have gpg 2.2.1 on my SF3 which recognizes the option.

minitreintje's picture

I have the same issue, which repository are talking about? Pkcon only shows 2.0.4 gnupg

EDIT: Found it, never mind :)

Ashitaka's picture

Aah found it, i had the repo disabled so i wasn't able to find the update. Thanks for the fast reply and, of course, for the awesome app!
Another question, is it possible to set up password caching?

johansmitsnl's picture

Could you explain how you did it? I can only see the 2.0.4 version.

dvratil's picture

As of the latest Passilic update, gpg 2.0 should work just fine (it looks like gpg 2.4 is not present in the Jolla repos anymore since Nuuksio)

dvratil's picture

You mean the gpg key passphrase caching? That should be possible with some gpg-agent configuration, but I haven't played with that yet. And I don't really want my app to just store your passphrase in memory.

Ashitaka's picture

Yes i mean that. i totally agree that it should be done by the gpg-agent and not by your app, but it would be nice to have some istruction within the app. Anyway, thank you again, i'll give a look at that :D

Malakay's picture

Ahoj Dvratil, vypada to ze jsi dalsi cesky fanda tohoto skveleho systemu, pojd se pridat k nam do skupiny Sailfish OS Ceska republika na facebooku :)

minitreintje's picture

Is it possible to generate passwords on Sailfish using the terminal?

bomo's picture

Or try 'pwgen-cli' from openrepos

minitreintje's picture

I will take a look at that package, thanks!

dvratil's picture

You can install "pass" to manage the passwords from the command line, it can also generate new ones with various options. I'm planning to add "New Password" option to Passilic in the next version.

minitreintje's picture

I already looked in the repos but I couldn't find this package?

dvratil's picture
Historyscholar's picture

Awesome !