Skip to main content
February 9, 2025
Solved

Is MrC Converter Suite still available?

  • February 9, 2025
  • 3 replies
  • 2068 views

Hi,

I see some references to this suite to assist with migrating to 1Password when searching for guidance on migrating from Keeper.

Unfortunately, all the links I find are from the old support community, so just redirect to the front page now.

Trying to search for it within the new community hasn't had much success either - it just brings up hundreds of posts from threads about old issues with the converter, but no link to the converter itself.

Is it still available on here, and does someone have a link to it that works in the new community discussions?

Is it still valuable to use this for importing from Keeper, or would just importing a CSV likely work as well? (the instructions suggest a manual confirmation of the type of every record will be needed, which sounds time consuming)

I will be aiming to migrate using a Linux laptop, if that makes a difference (as it seems there is no way to migrate using an iPad)

Thanks

Michael

Best answer by MrC

Hi Folks,

Sorry for the delay in responding; I'm just catching up from being out of town for the past two weeks, and getting used to the new forum.

The suite is still available in the same Dropbox location:

https://www.dropbox.com/scl/fo/b65rvwp16c7d9tjs13gt2/AKBtHtOJ7tQz-buum6Wl24Q?rlkey=c9jjjq2e02bti7xuz81k49cwx&dl=0

Before the forum conversion, I copied the content of the main thread.  Now I need to decide how I want to replace the info that was contained on that page.

I'm here if you have any questions.

@mpeee@firthmj 

3 replies

February 10, 2025

Hi,

it's the same for me. I want to get my Enpass Data to 1password, best would be with foto and pdf attachments.

Is there any chance to get the latest Version?

mpeee

MrC
MrCAnswer
February 10, 2025

Hi Folks,

Sorry for the delay in responding; I'm just catching up from being out of town for the past two weeks, and getting used to the new forum.

The suite is still available in the same Dropbox location:

https://www.dropbox.com/scl/fo/b65rvwp16c7d9tjs13gt2/AKBtHtOJ7tQz-buum6Wl24Q?rlkey=c9jjjq2e02bti7xuz81k49cwx&dl=0

Before the forum conversion, I copied the content of the main thread.  Now I need to decide how I want to replace the info that was contained on that page.

I'm here if you have any questions.

@mpeee@firthmj 

dszp
February 10, 2025

I've known about this suite for many years but haven't needed to use it, but we're about to do some Keeper migrations so this is good timing, and I just grabbed it for some testing, thanks :-)

Any particular reason for Dropbox distribution rather than something like publishing it on GitHub where you could maintain versions history/change and releases/branches, for free?

MrC
February 10, 2025

@dszp 

You're welcome.

There are a couple of reasons why I've avoided distributing via GitHub.  I've mentioned these on the forum here, but these are now lost due to the migration to this new platform.  Here are a few:

  • GitHub's landing page is not well suited to non-technical users, the primary audience of the converter suite.  I needed a simple landing page (admittedly, over time, Dropbox's UI became rather bloated and obtuse).
  • My process for building the documentation from the source code and the final archive isn't well-suited to GitHub, and for me would be less efficient and offers little value.
  • Over the years I've provided many custom converters for users, and being able to provide these easily to non-technical users has been extremely effective and efficient.
  • For user security and confidence, I didn't want random forks and copies of the code around. I've had some repositories taken down from GitHub.

 

That said, more recently, I have been thinking about this, but I've been too busy this past year to make any headway.  Perhaps 2025 will see some progress.

February 11, 2025

Hi, firstly I want to say thank you for all the work you have put into this converter.

I am however having an issue with the converter from mSecure 6 to 1Password 8. I can see the passwords in the exported csv file but it appears most of the passwords are missing after I have done the conversion and imported them (I'm using the helper on mac). Most other fields appear to be correct, username, website, notes are all there, just the passwords are missing for most of the logins. I have successfully used it before to move from an earlier version of mSecure, any ideas? 

MrC
February 11, 2025

Hi @GreasyWeasel 

You're welcome.

I assume the issue is with the Login category.  The last columns of a login record will be the URL, username and password.  These are generally in the form of three vertical bar (aka pipe) separated values, like this:

Website|2|http://www.exmple.com,Username|7|joe@example.com,Password|8|supersecretsauce

The first thing in the tuple is the label, the second is an mSecure field type ID, and the third is the value.  Do you see all three of these?  Perhaps you can share a sanitized version of one Login record.  The converter is expecting the label to be exactly "Password".

You can enable debug mode by adding the -d option, and that will reveal how fields are matched:

Finally, is your export from and conversion on macOS or Windows?   The exports have slightly different formats.