https://github.com/magandrez/fsecurekey2pass
F-Secure KEY to pass importer
https://github.com/magandrez/fsecurekey2pass
pass password ruby security
Last synced: about 2 months ago
JSON representation
F-Secure KEY to pass importer
- Host: GitHub
- URL: https://github.com/magandrez/fsecurekey2pass
- Owner: magandrez
- License: gpl-2.0
- Created: 2018-01-18T12:40:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T16:22:01.000Z (over 8 years ago)
- Last Synced: 2025-01-21T00:20:17.723Z (over 1 year ago)
- Topics: pass, password, ruby, security
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fsecurekey2pass
fsecurekey2pass is a simple script to export [F-Secure KEY](https://www.f-secure.com/en/web/home_global/key) entries into Jason A. Donenfeld's [pass](https://www.passwordstore.org/).
This script aims to migrate any number of credentials from F-Secure's commercial software to the password manager. The intention was to keep it clean from any dependencies.
## Requirements
1. Ruby > 1.8 (currently tested with Ruby 2.4.1)
2. F-Secure KEY export file. (.FSK)
## Usage
```
$ git clone https://github.com/magandrez/fsecurekey2pass.git
$ cd fsecurekey2pass
$ ruby fsecurekey2pass.rb -f ExportedPasswords.fsk
```
## License
Licensed under [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.html).
This software is provided "as is", feel free to open an issue if you deem it necessary.