F-Secure to Bitwarden

A Ruby script that converts F-Secure ID Protection (formerly F-Secure Key) password exports (JSON) to Bitwarden JSON and can group into new folders.

Note: Did you know Bitwarden's website officially supports import in FSK format? Most users can use that and do not need this script. :)

To run, you'll need an installation of Ruby. Only tested with Ruby 2.7.0.

Then, clone this repo and run:

ruby ftb.rb path/to/your/fsecure/exported.json

Limited configuration is available in config.json.

Several assumptions are made about card expiry formats.

Information about Bitwarden JSON schema is here.