From ccc5d897df3f214422521c358062829dc03fb5bb Mon Sep 17 00:00:00 2001 From: Guillaume Dardelet Date: Wed, 9 Aug 2017 10:31:26 +0200 Subject: [PATCH] Created Export credentials from your browser (markdown) --- Export-credentials-from-your-browser.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Export-credentials-from-your-browser.md diff --git a/Export-credentials-from-your-browser.md b/Export-credentials-from-your-browser.md new file mode 100644 index 0000000..75edaa5 --- /dev/null +++ b/Export-credentials-from-your-browser.md @@ -0,0 +1,9 @@ +## Chrome + +- Go to [chrome://flags](chrome://flags) +- Enable "Password import and export" +- Disable "Enable Material Design settings" (With material design, import / export buttons do not show up in the settings) +- Go to [chrome://settings/passwords](chrome://settings/passwords) +- Hit the Export button + +You will find your passwords in a CSV file where you saved them on your filesystem :) \ No newline at end of file