Jump to content
Enpass Discussion Forum

Eugéne

Members
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Eugéne

  1. On 9/7/2018 at 3:28 PM, Bibon said:

    I exported my Enpass5 Vault to import it into Enpass6 Beta (187) and I have "Invalid TOTP Secret" for several entries (amazon, snapshat, dropbox, firefox, google...). What is it due to?
    What should I do ?

    When you see "Invalid TOTP Secret", go into Edit mode and go to the field.

    There you will probably see a line similar to the following:

    image.thumb.png.1a2072e356195b6315b3a4898d6b032f.png

    Here you have two choices:

    1. Edit the otpauth:// URI to put the issuer before the secret:
      • image.thumb.png.30c7876b8a4c6f7c19b0662c55b98e15.png
    2. Or delete everything except the secret itself:
      • image.thumb.png.afcc091a262a9540a37282f2ecd2ad21.png

    At this point your TOTP should start generating values.

    Apologies for using images, but it seems Enpass does not like users helping one another... :-P

  2. Have a look at HazCod's "enpass-cli" project...

    One of the changes I have added would allow you to dump the database in a friendly-ish format (with passwords included if you use the `--please_show_me_the_passwords` argument).

    pass list -a --please_show_me_the_passwords \*

    Will show you all of the entries in your wallet, with shown passwords.

    usage: pass [-h] [-q] [-w WALLET] [-a] [--please_show_me_the_passwords] {get,list,copy,print} name
    
    positional arguments:
      {get,list,copy,print}            Show entry, copy or print password
      name                             The entry name, use '*' to see all
    
    optional arguments:
      -h, --help                       show this help message and exit
      -q, --quiet                      Supress Standard Output Notifications
      -w WALLET, --wallet WALLET       The Enpass wallet file
      -a, --alldata                    Displays all of the known data in of each card
      --please_show_me_the_passwords   Display passwords where present

    It also, not quite coincidentally, works extremely well as a "sudolikeaboss" replacement...

×
×
  • Create New...