Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlyonsmith/moxier2lastpass
Tool for converting MoxierWallet CSV export to LastPass CSV files.
https://github.com/jlyonsmith/moxier2lastpass
Last synced: 6 days ago
JSON representation
Tool for converting MoxierWallet CSV export to LastPass CSV files.
- Host: GitHub
- URL: https://github.com/jlyonsmith/moxier2lastpass
- Owner: jlyonsmith
- Created: 2014-04-30T17:31:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T17:37:48.000Z (over 10 years ago)
- Last Synced: 2023-03-17T16:35:27.418Z (over 1 year ago)
- Language: C#
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MoxierWallet to LastPass Converter
This is a simple command line tool which converts CSV data exported from the discontinued [MoxierWallet](http://www.moxier.com/wallet/) product into the CSV format required for importing into [LastPass](https://lastpass.com/).
Run the program from the command line like so:
mono Moxier2LastPass from.csv to.csv
The program is written using [Xamarin Studio](https://xamarin.com/studio) and [Mono](http://www.mono-project.com/Main_Page). I highly recommend you install one of the [Mono Distributions](http://www.go-mono.com/mono-downloads/download.html) if you have not done so already.
You can download a build of the product from:
[Moxier2LastPass_1.0.10430.0.tar.gz](https://s3-us-west-2.amazonaws.com/jlyonsmith/Moxier2LastPass_1.0.10430.0.tar.gz)
The program uses the information provided by LastPass on the [Importing Passwords](https://helpdesk.lastpass.com/getting-started/importing-from-other-password-managers/) page.
MoxierWallet's CSV format is not documented anywhere than I know of. I have converted the following types of MoxierWallet records:
- Web Logins
- Social Security
- Bank Accounts
- Credit Cards
- Insurance
- Driver License
- NotesYour best bet is to move all your data into one of those types of record. Alternatively, you can roll your sleeves up and add additional converters.
Enjoy!
John Lyon-Smith, April 2014.