bluezod / buttercup-importer

:fishing_pole_and_fish: 3rd-party archive importer for Buttercup

Home Page:https://buttercup.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buttercup Archive Importer

Import archives from other password managers.

npm version minium node version Build Status npm downloads

About

This archive importer coverts password archives from other formats to the Buttercup archive format (BCUP).

Supported platforms

The importer requires Node 6 or higher.

Supported password archive formats

  • KDBX (keepass) KeePass 2 archives
  • Lastpass Lastpass archives
  • 1Password 1Password PIF files (exported)
  • Buttercup Buttercup archives (exported)
  • CSV CSV files (general)

Importing from 3rd-party managers

KeePass 2

KeePass archives for KeePass 2 can be opened using the importFromKDBX command. Simply pass the filename, password and destination path.

1Password

When your archive is open, choose to export all entries to 1PIF format. Provide the path and destination to the importFrom1PIF function.

Imported 1Password archives may lose some information regarding their type (eg. Credit cards). The 1Password Importer supports importing the following types:

  • Web Forms
  • Passwords
  • Credit Cards
  • Software Licenses
  • Emails
  • SSNs
  • Router Passwords

LastPass

Lastpass credentials can be exported as CSV files, which can be imported using Buttercup importer.

Importing from Buttercup exports

Exported Buttercup vaults can be re-imported into a new Vault. Take the exported CSV file and import that in Buttercup Desktop.

About

:fishing_pole_and_fish: 3rd-party archive importer for Buttercup

https://buttercup.pw

License:MIT License


Languages

Language:JavaScript 100.0%