Skip to content

NSenaud/enpass2gopass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

enpass2gopass

As its name states, this script helps to migrate from Enpass password manager to the amazing gopass.

Usage

ruby enpass2gopass export.csv

The script will call gopass insert [website or Enpass entry title]/[username or email address] to insert exported entries in the gopass keyring.

Warnings

  • This is my first Ruby script! So proceed carefully.
  • The script only support login entries, not notes or other types of input. In my case, I manually expurge the CSV file created by Enpass. I don't plan to improve the script since the very big majority of my entries was simple password and I can deal manually with the very few other things.
  • The script does not import OTP/TOTP/HOTP

Credits

Thanks to Alex Sayers, author of lastpass2pass, whom I took the basic file structure.

Releases

No releases published

Packages

No packages published

Languages