cortex / ripasso

A simple password manager written in Rust
GNU General Public License v3.0
705 stars 61 forks source link

Allow JSON/YAML/some sort of standardized formatting for entry files #333

Open ApprenticeofEnder opened 7 months ago

ApprenticeofEnder commented 7 months ago

This might involve creating a PasswordData struct, along with some provisions to retrofit existing password entries, but having the entries be in encrypted JSON or YAML would allow for slightly easier development in terms of working with the files and expanding the scope of potential data contained within.

alexanderkjall commented 7 months ago

Maybe this should be a configuration option, it would make it hard to inter-op with the other pass implementations, but would make it easier to expand functionality.