Another program to exprort CSV data from KPM Text file.
Kaspersky Password Manager (KPM), doesn't support export data to a CSV file. This program reads the exported file from text from KPM and convert it into a CSV format compatible with NordPass.
- Only Java 24
./mvnw packageSee jar file in target folder.
./mvnw test- Open the main application window.
- In the menu panel, click Additional (three dots).
- In the opened menu, click Settings.
- Select the Import/Export section.
- In the Export to text file section, click Export.
- In the window that opens, specify the file name and folder you want to save the file.
- Select OK.
Mind the export file path.
See official Kaspersky instructions here: https://support.kaspersky.com/help/KPM/Win23.0/en-US/130515.htm
Build application first, see this topic.
Command format:
java -jar {{path to jar}} {{path to Kaspeersky text file}} {{path for output file}}Example:
java -jar target/kaspersky-exporter-java-*.jar /home/myuser/Download/18-05-2025.txt /home/myuser/Download/exported-passwords.csv- Open Settings by clicking the gear icon.
- In the Import and Export section, click Import Items.
- Select the Spreadsheet option.
- Drag and drop the exported file from the previous step.
- Review the items you want to import.
See official NordPass import instructions here: https://support.nordpass.com/hc/en-us/articles/360002377197-How-to-import-passwords-to-NordPass.
- This application may process sensitive information. Please make sure to review your data carefully before importing or exporting.
- Erase all of your exported files after importing them into the new application. I recommend using the Eraser application for secure deletion of these files.
- Feel free to audit the code before running it.