From 72c418567ccb2680d182219f5ebcca50729e43eb Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Thu, 4 Apr 2024 14:03:07 +0200 Subject: [PATCH] Add Passbolt export --- Passbolt-export.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Passbolt-export.md diff --git a/Passbolt-export.md b/Passbolt-export.md new file mode 100644 index 0000000..2345217 --- /dev/null +++ b/Passbolt-export.md @@ -0,0 +1,19 @@ +# Passbolt export + +### Objective +You should regularly export your password list from Passbolt, to have a fallback in case Passbolt would be unreachable. This export should be encrypted (to maintain confidentiality) and stored in Nextcloud and your PC. + +**It is recommended to perform this export every month.** + +### Pre-requisites +Ensure you have KeePass or KeePassXC installed on your system. + +### Guide +1. go to https://pass.kto.black +2. display "All items" +3. select all your passwords (tick the first checkbox) +4. Click "Export" +5. Choose format "kdbx" (default) and click "Export" +6. Enter a passphrase to protect this export and click "Export" +7. Save it somewhere in your Nextcloud storage (keep the date in the filename) +8. You can open it with KeePass or KeePassXC using the defined passphrase \ No newline at end of file