Code Monkey home page Code Monkey logo

edgepasswordimport's Introduction

A very simple tool that imports passwords from a CSV file into Microsoft Edge and Internet Explorer browsers.

File format

A CSV file should have a header row, and in that row there should be all three of these headers:

url,username,password

Chrome browser exports passwords in the acceptable format as-is. While if you want to migrate your passwords from one machine with Edge browser to another, possibly because of a sync bug, you'll need to first export them into Comma delimited text file with something like this NirSoft utility with the CSV header enabled in Options menu and then change the first line of the file to be compatible with this tool from original

Entry Name,Type,Stored In,User Name,Password,Password Strength

to

url,type,store,username,password,strength

You can import passwords from other sources by performing similar header modifications.

Usage

Either double click the EdgePasswordImport.exe file and select a CSV file you want to import, or use a command line and run EdgePasswordImport.exe filename.csv to import the specified file.

Compatibility

This tool can only run on Windows 10.

Building the code

You need to have Visual Studio 2017 Community 15.7 or better installed with the SDK for UWP apps because the tool uses UWP APIs. Then, if you've got a UWP SDK for Windows version other than 10.0.16299.0, you need to change the Windows.winmd in EdgePasswordImport.csproj file to the appropriate version of SDK.

After that, the tool can be built with visual studio.

License

Dual licensed

Microsoft Public License (MS-PL) Apache License, Version 2.0

edgepasswordimport's People

Contributors

gmanny avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.