{"id":2597,"date":"2019-04-14T20:32:18","date_gmt":"2019-04-14T17:32:18","guid":{"rendered":"https:\/\/kifarunix.com\/?p=2597"},"modified":"2019-04-20T10:15:03","modified_gmt":"2019-04-20T07:15:03","slug":"import-saved-passwords-from-firefox-to-chrome-on-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/import-saved-passwords-from-firefox-to-chrome-on-ubuntu-18-04\/","title":{"rendered":"Import Saved Passwords From Firefox to Chrome on Ubuntu 18.04"},"content":{"rendered":"\n<p>Welcome to our guide on how to import saved passwords from Firefox to Chrome on Ubuntu 18.04. So you have been using Firefox all along and want to switch to Chrome and want to keep using all the passwords and bookmarks you have saved on Firefox? Well, follow through this guide and get this done.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Import Saved Passwords From Firefox to Chrome on Ubuntu 18.04<\/h3>\n\n\n\n<p>To successfully import saved passwords from Firefox to Chrome on Ubuntu 18.04, you need to have both browsers installed on the same system.<\/p>\n\n\n\n<p>If Firefox is running, first kill it before you can start the passwords and bookmarks import process.<\/p>\n\n\n\n<p>Next, open the Google Chrome browser and navigate to settings by entering <a href=\"chrome:\/\/settings\/\" target=\"_blank\">chrome:\/\/settings\/<\/a> on the address bar or clicking on the three dots on the right corner &gt; Bookmarks or Settings.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/chrome-settings.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1139\" height=\"467\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/chrome-settings.png\" alt=\"import saved passwords from Firefox to Chrome on Ubuntu 18.04\" class=\"wp-image-2599\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/chrome-settings.png 1139w, https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/chrome-settings-768x315.png 768w\" sizes=\"(max-width: 1139px) 100vw, 1139px\" \/><\/a><\/figure>\n\n\n\n<p>Click on <strong>Import bookmarks and settings<\/strong>. On the window  that pops up, select Mozilla Firefox from the drop-down list. Select the items to import and ensure that <strong>Saved Passwords<\/strong> is checked.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/import-items.png\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"539\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/import-items.png\" alt=\"import saved passwords from Firefox to Chrome on Ubuntu 18.04\" class=\"wp-image-2600\" title=\"\"><\/a><\/figure>\n\n\n\n<p>Once you have selected the items to import, click <strong>Import<\/strong> button. The import process will run and once it is done, you will see a window notifying you on the same. Click done to close the window. You can as well toggle to show bookmarks bar button to show or not to show the bookmarks bar.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/import-done.png\"><img loading=\"lazy\" decoding=\"async\" width=\"678\" height=\"459\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/import-done.png\" alt=\"import saved passwords from Firefox to Chrome on Ubuntu 18.04\" class=\"wp-image-2601\" title=\"\"><\/a><\/figure>\n\n\n\n<p>You should now be able to see you bookmarks as well as your passwords.<\/p>\n\n\n\n<p>If the passwords are not imported, worry not. There are so many smart people in the world that have made smart tools that makes life easy. Thanks to the one <a rel=\"noreferrer noopener\" aria-label=\"Renato Alves (opens in a new tab)\" href=\"https:\/\/github.com\/unode\" target=\"_blank\">Renato Alves<\/a> for coming with an awesome <a rel=\"noreferrer noopener\" aria-label=\"Forefox Decrypt (opens in a new tab)\" href=\"https:\/\/github.com\/unode\/firefox_decrypt\" target=\"_blank\">Forefox Decrypt<\/a> tool for extract passwords from Firefox\/Thunderbird profiles. This tool reads the Firefox profile and decrypt passwords.<\/p>\n\n\n\n<p>To decrypt extracted Firefox passwords using Firefox Decrypt, you need to download the script from Github. Hence, clone the Firefox Decrypt directory by running the command below;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>git clone https:\/\/github.com\/unode\/firefox_decrypt.git<\/code><\/pre>\n\n\n\n<p>Navigate to firefox_decrypt directory and run the <code>firefox_decrypt.py<\/code> script as shown below to save the password in a CSV file for easy import to Chrome. When run, it will prompt  you for the profile to use and the master password of that profile.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>python firefox_decrypt.py --format csv &gt; ~\/firefox.csv<br> Master Password for profile \/home\/amos\/.mozilla\/firefox\/szk558l2.default-1506407355494: <strong>Enter your master password<\/strong><\/code><\/pre>\n\n\n\n<p>Now that you have the passwords in a csv file. To be able to import passwords to Chrome, you need to enable this feature. To enable this, enter the <strong>chrome:\/\/flags<\/strong> and search for <strong>Password Import<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/enable-password-import.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1011\" height=\"371\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/enable-password-import.png\" alt=\"import saved passwords from Firefox to Chrome on Ubuntu 18.04\" class=\"wp-image-2603\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/enable-password-import.png 1011w, https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/enable-password-import-768x282.png 768w\" sizes=\"(max-width: 1011px) 100vw, 1011px\" \/><\/a><\/figure>\n\n\n\n<p>On the drop-down menu, select <strong>Enable<\/strong> to enable password import. After that, restart Chrome by clicking <strong>RELAUNCH NOW<\/strong> button at the bottom of the Chrome browser.<\/p>\n\n\n\n<p>Now, before you can import the passwords CSV file, note that Chrome expects a CSV with four fields (columns), <strong>name, url, username,password<\/strong>. Hence, ensure that the Firefox exported password CSV file conforms to the format above.<\/p>\n\n\n\n<p>Next, go back to Saved password settings Chrome and click the three dots &gt; <strong>import<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"696\" height=\"423\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/import-password.png\" alt=\"import saved passwords from Firefox to Chrome on Ubuntu 18.04\" class=\"wp-image-2602\" title=\"\"><\/figure>\n\n\n\n<p>Choose the firefox password CSV file and import. After a few, your passwords should be visible under Saved passwords.<\/p>\n\n\n\n<ul class=\"wp-block-gallery columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\"><li class=\"blocks-gallery-item\"><figure><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/saved-passwords.png\"><img loading=\"lazy\" decoding=\"async\" width=\"682\" height=\"513\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/04\/saved-passwords.png\" alt=\"import saved passwords from Firefox to Chrome on Ubuntu 18.04\" data-id=\"2604\" data-link=\"https:\/\/kifarunix.com\/?attachment_id=2604\" class=\"wp-image-2604\" title=\"\"><\/a><\/figure><\/li><\/ul>\n\n\n\n<p>One thing to note, Chrome doesn&#8217;t support the master password feature supported by Firefox, so just you know. <\/p>\n\n\n\n<p>That is all about how to import saved passwords from Firefox to Chrome on Ubuntu 18.04. Enjoy.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to our guide on how to import saved passwords from Firefox to Chrome on Ubuntu 18.04. So you have been using Firefox all along<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121,34,64],"tags":[559,560,557],"class_list":["post-2597","post","type-post","status-publish","format-standard","hentry","category-howtos","category-security","category-ubuntu-18-04","tag-chrome","tag-firefox-passwords","tag-firefox_decrypt","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2597"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=2597"}],"version-history":[{"count":3,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2597\/revisions"}],"predecessor-version":[{"id":2667,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/2597\/revisions\/2667"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=2597"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=2597"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=2597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}