1.4.2 • Published 2 years ago

passcoder v1.4.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

PassCoder

This is a very simple cli tool that let's you create "ruled" password.

Installation

npm i passcoder -g

Use:

> passcoder

What is a ruled password?

Ruled password consist of using easily rememberable passwords and make them a little more complex with the use of rules.

Example:

[
    ["a","@b"], // "a" becomes "@b"
    ["i","^£"], // "i" becomes "^$"
    ["j","2D"], // "j" becomes "2D"
    ["n","?!"]  // "n" becomes "?!"
]
> jackiechan 
2D@bck^£echa?!

What's the point?

This way, you only need to remember one sort of complicated table and very easy passwords!

Disclaimer

I cannot guarantie 100% security.

I am not responsible if you leak your table (situated in %appdata%/passcoder/table.json) or passwords.

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago