All Projects → petar-staynov → BitwardenToChromePasswordConverter

petar-staynov / BitwardenToChromePasswordConverter

Licence: GPL-3.0 license
A simple console app that converts BitWarden .csv password files to Chrome/Chromium .csv files for password import.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to BitwardenToChromePasswordConverter

Chromium-Gost
Chromium с поддержкой алгоритмов ГОСТ
Stars: ✭ 286 (+766.67%)
Mutual labels:  chromium
geoguessrnim
GeoGuessr browser plugin, hide Ads, Filters for StreetView and Mapillary for Chromium and Firefox
Stars: ✭ 17 (-48.48%)
Mutual labels:  chromium
CometJS
Desktop Development built up on, Javascript, HTML, CSS, Chromium and Firefox.
Stars: ✭ 12 (-63.64%)
Mutual labels:  chromium
raspberry-pi-kiosk
A simple set of commands to set up a raspberry pi for use as a stand alone kiosk screen
Stars: ✭ 45 (+36.36%)
Mutual labels:  chromium
Colorblinding
An extension for Google Chrome (and Chromium) that simulates the website as a color vision impaired person would see.
Stars: ✭ 25 (-24.24%)
Mutual labels:  chromium
chromiumUpdater
Downloads Chromium for Android and keeps it updated
Stars: ✭ 69 (+109.09%)
Mutual labels:  chromium
bitprint
🔐 Print your Bitwarden vault.
Stars: ✭ 37 (+12.12%)
Mutual labels:  bitwarden
simplechrome
Webrecorders DevTools Protocol Automation Library
Stars: ✭ 16 (-51.52%)
Mutual labels:  chromium
heroku-playwright-buildpack
Buildpack for running Playwright with Chromium and Firefox on Heroku.
Stars: ✭ 34 (+3.03%)
Mutual labels:  chromium
balena-chromium-kiosk
BalenaOS/BalenaCloud based Kiosk using Chromium on a RaspberryPi
Stars: ✭ 46 (+39.39%)
Mutual labels:  chromium
HandyBrowser
A Handshake enabled Chromium web browser and reference client; works with HSD and the HNSD light client. Use our example to build or integrate Handshake into any browser.
Stars: ✭ 101 (+206.06%)
Mutual labels:  chromium
Browser
A productivity focused web browser
Stars: ✭ 49 (+48.48%)
Mutual labels:  chromium
OldCEF4Delphi
OldCEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi.
Stars: ✭ 55 (+66.67%)
Mutual labels:  chromium
ungoogled-chromium-void
Ungoogled Chromium template and builds for Void Linux
Stars: ✭ 35 (+6.06%)
Mutual labels:  chromium
yt-dislikes-viewer
A browser extension that allows you to see dislikes on a youtube video after the youtube update
Stars: ✭ 291 (+781.82%)
Mutual labels:  chromium
addon-bitwarden
Vaultwarden (Bitwarden) - Home Assistant Community Add-ons
Stars: ✭ 102 (+209.09%)
Mutual labels:  bitwarden
selenium cdp
Selenium 4x, executing Chrome DevTools Protocol commands
Stars: ✭ 33 (+0%)
Mutual labels:  chromium
Vanadium
Privacy and security enhanced releases of Chromium for GrapheneOS. Vanadium provides the WebView and standard user-facing browser on GrapheneOS. It depends on hardening in other GrapheneOS repositories and doesn't include patches not relevant to the build targets used on GrapheneOS.
Stars: ✭ 365 (+1006.06%)
Mutual labels:  chromium
chromium-aw
Chromium based Android WebView engine to be embedded in Ridibooks-Android
Stars: ✭ 52 (+57.58%)
Mutual labels:  chromium
chromium-notifier
Chromium browser extension that provides browser and extensions update notifications and extensions management functionality. Chromium versions are synced with Woolyss' Website.
Stars: ✭ 68 (+106.06%)
Mutual labels:  chromium

BitwardenToChromePasswordConverter

A simple console app that converts BitWarden .csv password files to Chrome/Chromium .csv files for password import.

How to use:

See Releases for download. Otherwise compile as a .NET Core app.

Export your BitWarden passwords to a .csv file

  • Go to BitWarden -> Settings -> Export Vault
  • Select ".csv" as file format
  • Type your Master password and click Submit
  • The browser will download a file containing your password

Enable password importing in Chrome/Chromium METHOD 1 (Windows)

  • Create a Chrome shortcut on your desktop.
  • Right-Click and go to properties.
  • In the target section just add the parameter –enable-features=PasswordImport to the end of the line.
  • Start the browser from the newly created shortcut
  • Enter chrome://settings/passwords in the address bar
  • Click on the 3-dots dropdown to show the Import passwords option
  • Select the passwords file that you created using my program.

Enable password importing in Chrome/Chromium METHOD 2

  • Enter chrome://settings/passwords in the address bar
  • Click on the 3-dots dropdown to show the "Export passwords..." option
  • Right click the "Export passwords..." option and select the "Inspect" option
  • You will see the line of code for the EXPORT option, called "menuExportPassword"
  • Above it you will see the line of code for the IMPORT option, called "menuImportPassword"
  • In the Import code locate the word "hidden", select it (double click) and delete it
  • Click the ENTER key, and you’re all done! (you can close the inspect console)
  • Now, when you will click the 3-dots dropdown you will see the "Import" option as well
  • Select the passwords file that you created using my program.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].