Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/th3shadowbroker/kpm2csv
A command-line tool for converting exported credentials from the Kaspersky Password Manager into CSV.
https://github.com/th3shadowbroker/kpm2csv
converter csv kaspersky keepassxc password-manager
Last synced: 2 days ago
JSON representation
A command-line tool for converting exported credentials from the Kaspersky Password Manager into CSV.
- Host: GitHub
- URL: https://github.com/th3shadowbroker/kpm2csv
- Owner: Th3Shadowbroker
- License: mit
- Created: 2022-04-15T11:51:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T12:26:12.000Z (over 2 years ago)
- Last Synced: 2024-06-20T23:58:35.429Z (5 months ago)
- Topics: converter, csv, kaspersky, keepassxc, password-manager
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KPM2CSV
This tiny command-line tool helps you with moving from Kaspersky Password Manager to [KeePassXC](https://keepassxc.org/) by converting the exported credentials into a CSV format.## How to get it?
The latest releases can be found [here](https://github.com/Th3Shadowbroker/KPM2CSV/releases) and include a compiled binary for Windows (amd64).## How to use it?
1. Run `kpm2csv -i -o `
2. Open KeePassXC
3. Select `Database` > `Import` > `CSV-File`
4. Select the CSV file that was generated
5. Follow the instructions, until you reach the import settings
6. Select `TAB (\t)` as Separator and check the `First row contains field names` option
7. You can now find the imported credentials in the `Kaspersky Password Manager` group in KeePass## Building from source
```
go mod download
go mod verify
go build .
```