Home > moat

moat

Moat is a project mainly written in Ruby, it's free.

Brain-dead simple password storage. Improved.

= moat: Brain-dead simple password storage. Improved.

Moat is "Heavily inspired" (ripped off completely) from password, by Giles Bowkett http://gilesbowkett.blogspot.com/2008/02/sudo-gem-install-password.html

Moat improves password by removing the ActiveSupport requirement, generating cleaner alphanumeric passwords, and hiding itself in a moatfile. Everything else should be exactly the same.

Long story short, it's password. Just faster, more stable, and should generate passwords that even your bank will treat as valid. Though you might not want to use it there.

== DESCRIPTION:

moat is a simple command-line tool to store your INESSENTIAL passwords.

All passwords stored with moat are stored as plain text in a hidden file called ".moatfile" in your home directory.

If you store vitally essential personal information using moat, you are a dumb motherfucker. (Or, at least, much braver than smart.)

== CODE EXAMPLES:

moat -g twitter moat --get twitter

Prints your Twitter username and password to the terminal.

moat -a

Prints every known username/password combo to the terminal.

moat -s twitter wilbur s3cr3t moat --set twitter wilbur s3cr3t

Sets your moat entry for "twitter" to username "wilbur" and password "s3cr3t".

moat -G twitter wilbur moat --generating_set twitter wilbur

Sets your moat entry for "twitter" to username "wilbur" and a 10-digit autogenerated password, and prints the new username/password combo.

moat -l 23 -G twitter wilbur moat --length 23 --generating_set twitter wilbur

Sets your moat entry for "twitter" to username "wilbur" and a 23-digit autogenerated password, and prints the new username/password combo.

== REQUIREMENTS:

  • Must not be an idiot

== INSTALL:

  • (sudo) gem install moat

== LICENSE:

(The MIT License)

Copyright (c) 2008 Giles Bowkett Copyright (c) 2010 Bryan Woods

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Previous:dirtyharry