Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
VinNext
7 months agoNew Contributor
MRC converter, two password field
Hi, I try to import Enpass vault into 1password. I exported my vauld in json. Here is a reduce vault with only one item to explain my case : { "items": [ { "archived":...
MrC
7 months agoSuper Contributor
VinNext .
I'm sorry, I didn't see your post here. This new forum software is very ineffective and cumbersome.
I replied to your email, and provided you a customized converter. Feel free to reply here or via email.
MrC
VinNext
7 months agoNew Contributor
Hi,
Indeed! Thanks for your help!
Here is solution fromMrC:
Here is the added line:
[ '_defpassword', 3, qr/^default password$/i, { $G->custom_field(concealed => 'sn_main', 'Default password', 'pass') } ],
From what I understood:
_defpassword needs to be unique to each new entry, chose your own for the nexts
qr/^default password$/i is the rexgex to check field name from Enpass
'Default password' is the name you will find in 1password
Use consealed and 'pass' for passwords and string and remose 'pass' for text field
This will only works for login template :
"template_type": "login.default",
Put line in other template if needed