Automatic password manager
Remember Me is a proactive solution to keep passwords secure and fresh.
With the push for Autofill services in browsers, password managers, and
even native mobile OS support,
the need to remember
passwords becomes more obsolete.
- Proactively password resets
- We do not store any passwords in databases
- Take advantage of Autofill services
- Having too many dag nabbing emails & password combinations!
Update passwords from a given password manager solution at given intervals.
- protoc >= 3.4.0
- proto-gen-go
go get github.com/golang/protobuf/protoc-gen-go
$ go get github.com/while-loop/remember-me/remme/...
$ remme -h
NAME:
remember-me - Automatic password changer
USAGE:
remme [global options] command [command options] [arguments...]
VERSION:
0.0.1
DESCRIPTION:
Automatic password changer
COMMANDS:
change, ch change passwords for a given manager
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
rememeber-me is licensed under the GNU Affero General Public License. See LICENSE for details.
Anthony Alves