https://github.com/while-loop/remember-me
Password manager helper
https://github.com/while-loop/remember-me
Last synced: 3 months ago
JSON representation
Password manager helper
- Host: GitHub
- URL: https://github.com/while-loop/remember-me
- Owner: while-loop
- License: agpl-3.0
- Created: 2017-06-05T21:12:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T15:33:49.000Z (about 5 years ago)
- Last Synced: 2024-06-20T02:01:15.372Z (almost 2 years ago)
- Language: Go
- Homepage: https://remember.me
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Remember Me
==========
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](https://developer.android.com/guide/topics/text/autofill.html),
the need to `remember` passwords becomes more obsolete.
Why Should I Use Remember Me
----------------------------
- 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.
Dependencies
------------
- [protoc](https://github.com/google/protobuf/releases) >= 3.4.0
- [proto-gen-go](https://github.com/golang/protpbuf)
```go get github.com/golang/protobuf/protoc-gen-go```
Installation
------------
```
$ go get github.com/while-loop/remember-me/remme/...
```
Usage
-----
#### gRPC & Package
[Example](example/main.go)
#### cli
```bash
$ 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
```
Changelog
---------
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
[CHANGELOG.md](CHANGELOG.md)
License
-------
rememeber-me is licensed under the GNU Affero General Public License.
See [LICENSE](LICENSE) for details.
Author
------
Anthony Alves