repositorypackage
0.0.0-20241203205436-6fcebd88e8d3
Repository: https://github.com/ayrbox/pass.git
Documentation: pkg.go.dev
# README
Pass Manager Cli
Basic password manager cli build using go.
Warning and Disclaimer It stores password in sqlitedb and is not secure. Passwords are not encrypted and it can be viewed by anyone.
Objectives:
- Get familiar with Go Coding
- Learn cobra-cli
- Learn to access database using go