Some basic credential handling functionality.
Allows to (see ./library/func.go and ./library/structs.go) ...
- store credentials in a local SQLite database (using hashing, salt and pepper)
- including db creation
- schema creation
- read and write from/to db
- create random credentials
- check credentials
- read in passwords from terminal
go build ./exec/credmanager/
- Repair build pipeline - ok
- Sonatype
- TestCoverage