dhn / enpass2pass

Import Enpass walletx.db to pass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enpass2pass

Import Enpass walletx.db to pass

Usage

Enpass use AES-256 to encrypt the data and stored it into a sqlcipher database (walletx.db).

$ enpass2pass.py ~/walletx.db "YOURENPASSPASSWORD"

Notes

  • This script based on the Enpassant script written by Steffen Zerbe.
  • worked only with Python 2
  • imported only entries with templatetype:
    • login.default
    • computer.wifi

About

Import Enpass walletx.db to pass

License:GNU General Public License v3.0


Languages

Language:Python 100.0%