Skip to content

ret1/psono-to-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psono to CSV

A simple script to convert the exported psono json from Psono to a csv file (Passbolt/KeepassX format)

Requirements

  • You need Node.js to run this script
  • Enpass 6

Usage

Export your Psono database into json format from the client application

Run the following command and provide the location of the input and output files

node parse.js <path to json file> <path to csv output file>

By default, it will read psono.json and output passbolt.csv in local directory

Disclaimer

Use at own risk. Please verify the csv output yourself before importing to another password manager

Acknowledgement

This work was inspired by https://github.com/migvill/enpass-to-csv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%