Moving passwords.
Is there a way to migrate my %localappdata%\LINQPad\Passwords
to a new laptop? Or backup this file in my 1Password?
I am not familiar with how DPAPI decrypts these passwords. I assume the key to them is somewhere I would not be able to migrate?
Comments
There is no export/import feature - you would have to write this yourself. If you want to go down this path, press Shift+Alt+R to bring up ILSpy, then take a look at LINQPad's PasswordManager class - this has the info you need.
Having had to just do this myself, thought I'd post here.
and to import afterwards:
Export requires the Humanizer nuget package.Both use Newtonsoft.Json, obviously.