/Bitwarden-Vault-Export-Script

A Bitwarden password vault export script written in Powershell.

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

Bitwarden Vault Export Script

As stated in the script file, the script is based upon another (Bash) script created by "David H". I took his script, added much more functionality, and eventually converted it over to a Powershell script.

Starting with Version 1.17 it's even easier to use this script. The script does everything for you. All you have to do is run it, it will download the Bitwarden CLI program (if it needs to). There's so many new improvements to the code from the original version that makes this script surpass the original script written by David H by leaps and bounds.

Install from the Powershell Gallery

Installing this module is now even easier, all you have to do is execute...

Install-Module -Name Export-Bitwarden

Dev Branch

All active development will now take place in the dev branch.

Open Source!!!

Yes, this is open source and licensed under the MIT license. What does this mean? It means that you, the user, can fork this project, make your additions, and create a pull request for me to include your additions and improvements back to the original script. Isn't open source cool? I think so!