Why this utility? - KalyanChakravarthyV/crypto-util GitHub Wiki
I wanted to share and store username-passwords on the file system, Norton Cards and Logins, Google Chrome Password vault with encryption were there. Both had limitations, if the Norton product license expires all the creds are gone - We'll have to procure a new license to retrieve the credentials saved with Norton, Chrome was far better but we cannot export/import the credentials or share it and in some cases Chrome does not prompt to save the username and password.
Above all, the data with Chrome/Norton(for that matter any cryptographic tool which you cannot compile-build the binary from source) is not as safe as it could be when you alone can decrypt it!
I thought of writing a command-line utility - had some issues with reading the data on Windows shell - Got an IOException:"Not enough storage is available to process this command" which pushed me to write a Swing utility - The result as you can see is on GitHub!
-- Great Software is priceless and does not come with a price tag!
Cheers, Kalyan Chakravarthy V.