https://github.com/buttercup/buttercup-importer
:fishing_pole_and_fish: 3rd-party archive importer for Buttercup
https://github.com/buttercup/buttercup-importer
1password buttercup csv import importer keepass keepassx lastpass password password-manager
Last synced: 7 months ago
JSON representation
:fishing_pole_and_fish: 3rd-party archive importer for Buttercup
- Host: GitHub
- URL: https://github.com/buttercup/buttercup-importer
- Owner: buttercup
- License: mit
- Created: 2015-11-04T20:54:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T09:56:24.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:55:00.407Z (about 1 year ago)
- Topics: 1password, buttercup, csv, import, importer, keepass, keepassx, lastpass, password, password-manager
- Language: JavaScript
- Homepage: https://buttercup.pw
- Size: 924 KB
- Stars: 43
- Watchers: 5
- Forks: 13
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Buttercup Vault Importer
> Import vaults from other password managers
[](https://www.npmjs.com/package/@buttercup/importer)  
## 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.
```javascript
const { KDBXImporter } = require("@buttercup/importer");
KDBXImporter.loadFromFile("...");
```
Check out the [API documentation](API.md).
### 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](https://github.com/buttercup/buttercup-importer/issues/57))
* 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.