Skip to content

A command-line tool for converting exported credentials from the Kaspersky Password Manager into CSV.

License

Notifications You must be signed in to change notification settings

Th3Shadowbroker/KPM2CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KPM2CSV

This tiny command-line tool helps you with moving from Kaspersky Password Manager to KeePassXC by converting the exported credentials into a CSV format.

How to get it?

The latest releases can be found here and include a compiled binary for Windows (amd64).

How to use it?

  1. Run kpm2csv -i <exported file> -o <csv file>
  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 .

About

A command-line tool for converting exported credentials from the Kaspersky Password Manager into CSV.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages