Skip to content
View in the app

A better way to browse. Learn more.

Enpass Discussion Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Linux

Enpass on Linux
Discuss usage, distro support, and everything Enpass-related with the Enpass's Linux community here.

  1. Started by lburgazzoli,

    Hello, I have some troubles moving items to folder as the drag operation always fail: the cursors shows that the operation is not possible and the folder is still empty once drag is done, is that a know issue ? I'm using v5.0.4 on Fedora 23 Cinnamon

      • Like
    • 5 replies
    • 3.3k views
  2. Started by msirapian,

    Hi I've just installed Enpass on my Debian box (Debian/sid), using the provided .deb. All works well, but when I head to the sync options, choosing any cloud provider won't open their credentials/login webpage. So I can't connect Enpass to any cloud on my PC Any tips to solve this issue ? thanks

      • Like
    • 22 replies
    • 12.8k views
  3. Started by lburgazzoli,

    Hi, Is there any plan to provide an YUM/DNF repository for RPM based distributions ?

  4. Hi, I setup a new Ubuntu 16.04 system and installed Enpass. I tried the Installation via ppa and the standalone installer. Installing Enpass works fine, running does not. I can sync my data from Google Drive, but as soon as I enter my password I see these errors in the console: QLayout: Attempting to add QLayout "" to QPasswordEdit "", which already has a layout QSqlDatabase: QSQLCIPHER driver not loaded QSqlDatabase: available drivers: QSQLITE QSqlQuery::exec: database not open QSqlQuery::exec: database not open QSqlQuery::exec: database not open QSoundEffect(pulseaudio): pa_stream_write, error = Ungültiger Parameter Do you have any advice what mi…

      • Like
    • 3 replies
    • 3.3k views
  5. As reported by our users Enpass 5.2 on Arch Linux is crashing on start. This is due to change in which we prefer to use system bundled version of OpenSSL instead of our own. But OpenSSL installation in archlinux is missing a required function. Please execute following command use bundled version of OpenSSL instead. $ ln  <your-enpass-install-dir>/libs/libssl.so.1.0.0 <your-enpass-install-dir>/libs/libssl.so

    • 9 replies
    • 7.2k views
  6. Hello community, after updating to 5.2, the main window and all dialogs were really large, everything was scaled up. I assumed that somehow HiDPI scaling was enabled, but my laptop monitor is 1920x1080 with 96 DPI. So I added export QT_AUTO_SCREEN_SCALE_FACTOR=0 to runenpass.sh to force Qt to disable HiDPI support, and the problem was resolved. I don't have this problem with other Qt 5 applications and on another computer with the same screen resolution Enpass 5.2 is running fine without the workaround. Both computers are running Fedora 23 with GNOME 3.18. Did you guys changed something regarding HiDPI in the latest release? I'm really confused why this b…

      • Like
    • 26 replies
    • 18.9k views
  7. With Enpass 5.2 the browser extension stopped working (at least on chrome, don't know about FF or others as I don't use them) What I tried so far: 1. Reinstall the extension 2. Disable / Enable the browser extension support within Enpass -> Tools -> Settings What I discovered: Looking at the background.html of the extension while browser support is enabled all I see is Uncaught Error: Malformed UTF-8 data (That's fine as I have that on windows too and the extension works just fine). As soon as I disable browser support within Enpass, the js console screams errors about not being able to connect to the socket. This means, while browser support is …

      • Like
    • 19 replies
    • 12k views
  8. Hi, since the last update to v5.2 I notice sometimes high CPU usage caused by Enpass. This stops only if I kill the Enpass process completely. Has anyone else even this behavior? System: MSI GS30 Laptop CPU - Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz Chrome (v50.0.2661.94) with Enpass extension ownCloud sync enabled (ownCloud 7.0.1) Ubuntu 14.04 with GNOME desktop

      • Like
    • 31 replies
    • 13.8k views
  9. Started by Michael,

    I was doing random work when my clipboard kept getting cleared even without using Enpass. After going to the Enpass settings and disabling this feature my clipboard stopped clearing itself. Not sure if it matters but Enpass was unlocked during this time. Shouldn't the clipboard clearing feature only fire when a password has been copied?

    • 2 replies
    • 4.6k views
  10. Hello, the Linux installer contains unnecessary .DS_Store files, which are created by the Finder on OS X to store icon position etc. You can find them using: find ~/.local -name ".DS_Store" I think you can't prevent Finder to create these files, but you could exclude those files from your VCS so they can't accidently be commited again.

  11. Started by sergsk,

    I seem not to be able to find an Enpass installer for 32-bit Linux. Is there such thing?

  12. The new version (5.2.1) seems to half-support dark themes now, but it's made things worse. I'm using Breeze Dark in KDE Plasma 5 on Arch Linux. Attached screenshot. The extension is similar but I am having trouble getting a screenshot of it (hotkeys don't work when it's showing). Seems as though the middle pane, and some of the text is honouring the system colours, but then other parts aren't.

      • Like
    • 16 replies
    • 8.4k views
  13. Started by c.monty,

    Hello! I have installed Enpass (enpass_5.2.1_amd64.deb) on Debian Linux. I need to reset the Masterpassword, and I followed the instructions to do a complete uninstall and after that reinstall Enpass. However, after starting Enpass I need to enter the Masterpassword that is incorrect. Question: How can I reset Masterpassword on LInux? THX

    • 1 reply
    • 2.4k views
  14. New user here. I am starting to use Enpass and when my Lastpass Premium subscription is going to expire I might buy mobile apps too. On desktop I run Fedora23. I have a couple of questions. 1. Where is the database file located? I could not find in the folder where I have installed Enpass. 2. Which is the command invoked by Enpass when backing up? I would like to set a cronjob to have it done automatically. Thank you

    • 1 reply
    • 3.2k views
  15. Hello, since Qt 5.7, QGtkStyle is removed, so Qt applications don't look native anymore on the GNOME desktop. To fix this, I installed adwaita-qt5, which is a port of the default Gtk theme to Qt. I globally set QT_STYLE_OVERRIDE=adwaita so all my Qt applications use the new theme. Actually, Enpass isn't affected by this at all, as is uses bundled Qt 5.6 and uses QGtkStyle on GNOME per default. But settings QT_STYLE_OVERRIDE=adwaita causes Enpass to try to load the Adwaita theme, which fails, and then it falls back to an Windows 95-like theme which is really ugly. The solution is to modify runenpass.sh, just add export QT_STYLE_OVERRIDE="" somewhere before…

    • 1 reply
    • 2.8k views
  16. Started by rollenwiese,

    Not sure what specific setting made the difference, but copying the Enpass-Desktop.conf file from my other machines, overwriting the one on the new machine resolved my issue. -- I'm using enpass on Arch Linux, running in a Virtualbox VM. On attempting to import from a backup (stored locally sourced from an exported backup from my main desktop machine), I'm prompted for a password, which I enter. It's the same password as on the desktop machines. After selecting the file (.walletx), I enter my password and am informed my data has been restored successfully. I select done and am again prompted for the master password at the unlock screen. However all att…

    • 0 replies
    • 4.3k views
  17. Hi, I'm on Arch Linux with Plasma 5.7.1 and Qt 5.7.0. Enpass uses kde-open5 to open a browser, which fails: kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by kde-open5) kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/libKF5KIOWidgets.so.5) kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/libKF5KIOCore.so.5) kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/libKF5Service.so.5) [...] Possible fix: Reset environment vars when starting a QProcess(?). Hack: Start Enpass and …

      • Like
    • 6 replies
    • 4.5k views
  18. I got super excited when I saw that Enpass now supports TOTP and diceware, but kinda confused why I only have those on Android (v5.2.0) and not with the Linux app (v5.2.1 from Ubuntu repo). I think after re-reading the post about Android using diceware, I was assuming that it was for all platforms but it looks like that's just Android for now? I'm still confused as to why I don't have the option to at least add a TOTP in the Linux app that it seems to show in the manual, all I have is Add Field and Reorder Field. Or do I manually just make a field labelled TOTP? I ran apt-get update && apt-get upgrade several times and couldn't find any updated repo, i…

    • 3 replies
    • 2.4k views
  19. Started by gammy,

    I just noticed that Enpass was drawing a whopping 1.5 Gigabytes of RAM; I've had it running for a day or so. After restarting it, it's using a more sane 31 Megabytes. I don't have a lot to go on at the moment, but thought I'd mention it here to see if someone else has had similar issues. My system is reasonably bleeding edge, so I wouldn't be surprised if this is difficult to reproduce: Archlinux, kernel 4.6.3-1-ARCH #1 Enpass 5.2.1.1-1 (AUR package, hence the additional 1) qt5 & qt5-webkit 5.7.0-1 (Community package, hence the additional 1) Cheers

      • Like
    • 2 replies
    • 2.6k views
  20. Started by Matthew,

    It appears the Linux version does track password change history, but no way to access it? Is this correct and is support for accessing history planned?

      • Like
    • 3 replies
    • 3.1k views
  21. Installed the linux version of Enpass today (5.3.0) on my Ubuntu box. I setup folder syncing... if I like it I'll sync the folder elsewhere. Then while running enpass, I noticed it had two programs running, Enpass and EnpassHelper. Enpass had an open socket connection with EnpassHelper talking to Enpass. Specifically, checking the network connections on my box for Enpass gave this: netstat -anp|grep 11095 tcp 0 0 127.0.0.1:10391 0.0.0.0:* LISTEN 11095/Enpass tcp 0 0 127.0.0.1:10391 127.0.0.1:54452 ESTABLISHED 11095/Enpass tcp 0 0 127.0.0.1:10391 127.0.0.1:54354 …

    • 2 replies
    • 4.3k views
  22. Hi all, I forgot my master password so I tried to reinstall and even deleted the install directory. But still after install enpass is asking for my master password, Where is those configuration and passwords stored ? How can I delete those.?

    • 1 reply
    • 4.4k views
  23. Started by mumblez,

    Fresh installation of Fedora 24 Enpass rpm installed as normal user (non-root) After installation I'm able to launch and set up sync with dropbox After sync I see a list of all entries but no details, clicking on an entry to edit causes it to crash. Ran with runepass.sh afterwards to see if the output will help you: qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile QLayout: Attempting to add QLayout "" to QPasswordEdit "", which already has a layout libpng warning: iCCP: kn…

  24. I'm testing enpass as a possible replacement for lastpass, and when I use the browser plugin to generate a password, it doesn't ave it to the store. If I log out of the new site and log back in (I have to find the password from the clipboard, which was a problem the first time I noticed, as it had been removed) then it offers to save the password, but in the two cases I've tried (one being this forum), it doesn't then know what the username is (as that was remembered). Is this a setup problem or something that doesn't work? As a side note, lastpass remembers the generated passwords anyway for each site, even if it doesn't know whether you used it. That wou…

      • Like
    • 5 replies
    • 3.1k views
  25. Started by marcoshalano,

    Hello, I think should have a symbolic link on /usr/bin/enpass which points to the runenpass.sh script so people could start Enpass from console.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.