Categorygithub.com/ayrbox/pass
repositorypackage
0.0.0-20241203205436-6fcebd88e8d3
Repository: https://github.com/ayrbox/pass.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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:

  1. Get familiar with Go Coding
  2. Learn cobra-cli
  3. Learn to access database using go