All Projects → buttercup → buttercup-importer

buttercup / buttercup-importer

Licence: MIT license
🎣 3rd-party archive importer for Buttercup

Programming Languages

javascript
184084 projects - #8 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to buttercup-importer

Csvkeychain
Import/export between Apple Keychain.app and plain CSV file.
Stars: ✭ 281 (+620.51%)
Mutual labels:  password, import, keepass
Keepass4web
An application that serves KeePass database entries on a web frontend
Stars: ✭ 115 (+194.87%)
Mutual labels:  password-manager, password, keepass
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+29702.56%)
Mutual labels:  password-manager, password, keepass
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+46.15%)
Mutual labels:  password-manager, password, keepass
Keeweb
Free cross-platform password manager compatible with KeePass
Stars: ✭ 10,587 (+27046.15%)
Mutual labels:  password-manager, password, keepass
Pass Import
A pass extension for importing data from most of the existing password manager.
Stars: ✭ 412 (+956.41%)
Mutual labels:  password-manager, password, import
Passhole
A secure hole for your passwords (KeePass CLI)
Stars: ✭ 108 (+176.92%)
Mutual labels:  password-manager, keepass
Pwd.sh
GPG symmetric password manager
Stars: ✭ 1,468 (+3664.1%)
Mutual labels:  password-manager, password
Keepwords
📱🔐 Need an iOS password managing app with no pods? We got you covered!
Stars: ✭ 17 (-56.41%)
Mutual labels:  password-manager, password
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (+23.08%)
Mutual labels:  password-manager, password
Gitpass
Open Source Your Password (Mismanagement)!
Stars: ✭ 113 (+189.74%)
Mutual labels:  password-manager, password
Keepasswinhello
Quick unlock with Windows Hello for KeePass 2
Stars: ✭ 162 (+315.38%)
Mutual labels:  password-manager, keepass
Rooster
The simple password manager for geeks, built with Rust.
Stars: ✭ 106 (+171.79%)
Mutual labels:  password-manager, password
Keepassdx
📱 KeePass implementation for android with material design and deluxe features
Stars: ✭ 1,395 (+3476.92%)
Mutual labels:  password-manager, keepass
Passwd
A beautiful, cross-platform, encrypted password manager 🔐
Stars: ✭ 82 (+110.26%)
Mutual labels:  password-manager, password
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (+400%)
Mutual labels:  password-manager, password
Pass Update
A pass extension that provides an easy flow for updating passwords.
Stars: ✭ 191 (+389.74%)
Mutual labels:  password-manager, password
Keepass2android
Password manager app for Android
Stars: ✭ 2,887 (+7302.56%)
Mutual labels:  password-manager, keepass
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-12.82%)
Mutual labels:  password-manager, password
Featherpasswordmanager
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
Stars: ✭ 39 (+0%)
Mutual labels:  password-manager, password

Buttercup Vault Importer

Import vaults from other password managers

npm Tests npm downloads

About

This vault importer coverts password vaults from other formats to the Buttercup vault format (BCUP).

Usage

This library is not intended to be used as a standalone application. Its functionality is available via the Buttercup Desktop applications.

You can of course use the importer in your own projects, by importing the individual importers.

Eg.

const { KDBXImporter } = require("@buttercup/importer");

KDBXImporter.loadFromFile("...");

Check out the API documentation.

Supported platforms

The importer requires Node 14 or later.

Supported password vault formats

  • Bitwarden JSON exports
  • Buttercup (BCUP) vaults
  • Buttercup CSV exports
  • CSV files
  • KeePass KDBX vaults (removed in v3)
  • KeePass XML exports
  • LastPass CSV exports
  • 1Password (1PIF) exports

Importing from 3rd-party managers

KeePass

KeePass vaults can be imported using either of the 2 supported importers:

  • KeePass XML (version 2) - KeePass2XMLImporter
  • KDBX vaults (up to, and including, version 4) - KDBXImporter

To import KeePass vaults, first export to XML format.

1Password

1Password vaults can be imported from 1pif directories using the OnePasswordImporter module.

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.

Bitwarden

Bitwarden credentials can be exported as JSON files, which can be imported using Buttercup importer.

Imported bitwarden archives contain the username, password, the first url associated with the item, notes and any custom fields. Attachments are not currently supported.

Buttercup

Buttercup vaults can be imported using the ButtercupImporter.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].