PWMan is a simple password manager in Go using AES and Cipher Golang packages for encryption (based on a key needed to start the app and wich is not stored anywhere, except in the memory during the execution), and bzip2 for efficient and lossless compression.
It implements an "in-terminal" interface, built on top of the tview library.
This is a(n unifinished) hobby project and I have NO particular security skills, which suggests not to expect too much from it, especially since this is the first project I'm coding in Go.
TBD
Both of Decrypt and Encrypt functions are origated from here