Skip to content

Commit ce1582c

Browse files
committed
Add contributors and disclaimer
1 parent 4eceaa0 commit ce1582c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
> #### Guard your users from security problems such as being hacked that start by having stupid passwords
66
7-
> `stupid-passwords` is an NPM module that can be used to verify **the user provided password is
7+
### Introduction
8+
9+
`stupid-passwords` is an NPM module that can be used to verify **the user provided password is
810
not one of the top 10,000 worst passwords** as analysed by a respectable IT security analyst. Read
911
about all [ here](https://xato.net/10-000-top-passwords-6d6380716fe0#.473dkcjfm),
1012
[here(wired)](http://www.wired.com/2013/12/web-semantics-the-ten-thousand-worst-passwords/) or
@@ -86,3 +88,9 @@ Checks and returns the recorded usage frequency of the related password per 100,
8688
```js
8789
stupidPasswords.rateOfUsage('superman') // { password: 'superman', frequency: 2523 }
8890
```
91+
92+
### License
93+
94+
##### [MIT](https://mit-license.org/) © [Eugene Mutai](https://github.com/kn9ts) | [Kevin Gathuku](https://github.com/kevgathuku) | [Jeremy Kithome](https://github.com/andela-jkithome)
95+
96+
*__DISCLAIMER:__* _All opinions aired in this repo are ours and do not reflect any company or organisation any contributor is involved with._

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stupid-passwords",
3-
"version": "0.0.10",
3+
"version": "0.1.0",
44
"description": "Guard your users from security problems that start by having stupid passwords",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)