bitwarden2lastpass 0.1.0

Converts BitWarden CSV export to Generic CSV suitable for LastPass
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • cwilper/bitwarden2lastpass
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cwilper

bitwarden2lastpass

Converts a BitWarden CSV export to a Generic CSV file suitable for import into LastPass.

Building

cargo build --release

This will put the binary at target/release/bitwarden2lastpass.

Usage

./bitwarden2lastpass input.csv output.csv

Where:

  • input.csv is the path to your BitWarden export
  • output.csv is the path where you want to save the LastPass Generic CSV for import