An open API service indexing awesome lists of open source software.

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

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