You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

10
+
<!-- markdownlint-enable MD033 MD041 -->
11
+
12
+
# Password Generator
4
13
5
-
A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords. Password Generator is free to use as a secure password generator on any computer, phone, or tablet.
14
+
A fast, simple, and powerful open-source utility tool for generating strong, unique, and random passwords. The Password Generator supports various types of passwords including base64-encoded, memorable, and complex strong passwords. It is designed to be a versatile tool for both personal and enterprise needs, ensuring that all users have access to high-security password options. Password Generator is free to use as a secure password generator on any computer, phone, or tablet.
-**Base64 Passwords**: Generate passwords with base64 encoding for a balance of security and usability.
29
+
-**Memorable Passwords**: Create passwords using a combination of memorable words, making them easier to remember while maintaining security.
30
+
-**Strong Passwords**: Produce highly secure passwords with customizable length and complexity to meet the highest security standards.
31
+
-**Customizable Options**: Specify password length, complexity, and word separators to tailor your password to your security needs.
32
+
-**CLI Support**: Use the Password Generator directly from your terminal for quick and easy access.
33
+
-**Secure**: Built with security as a priority, using cryptographic functions to ensure password strength.
34
+
17
35
## Installation
18
36
19
37
### From NPM or YARN
@@ -27,7 +45,7 @@ To install the Password Generator Tool, use either npm or yarn as follows:
27
45
28
46
Clone the main repository to get all source files including build scripts: `git clone https://github.com/sebastienrousseau/password-generator.git`
29
47
30
-
## ❓ What's included
48
+
## What's included
31
49
32
50
Within the download you'll find all the password generator source files grouped into the _dist_ folder.
33
51
@@ -98,7 +116,9 @@ You'll see something like this:
98
116
9 directories, 50 files
99
117
```
100
118
101
-
## 💿 Usage
119
+
## Usage
120
+
121
+
To generate a password, you can call the Password Generator with the desired type and options. Below are examples of how to generate each type of password:
102
122
103
123
### From the CLI
104
124
@@ -134,7 +154,7 @@ var generatePassword = require('password-generator');
For transparency into our release cycle and in striving to maintain backward compatibility, `password-generator` follows [semantic versioning](http://semver.org/) and [ESLint's Semantic Versioning Policy](https://github.com/eslint/eslint#semantic-versioning-policy).
Please read carefully through our [Contributing Guidelines](https://github.com/sebastienrousseau/password-generator/blob/master/.github/CONTRIBUTING.md) for further details on the process for submitting pull requests to us.
210
230
@@ -217,21 +237,21 @@ Development Tools
217
237
-`yarn lint-fix` instructs ESLint to try to fix as many issues as possible..
218
238
-`yarn test` runs tests and measures coverage.
219
239
220
-
## 📖 Rules
240
+
## Rules
221
241
222
242
We are committed to preserving and fostering a diverse, welcoming community. Please read our [Code of Conduct](https://github.com/sebastienrousseau/password-generator/blob/master/.github/CODE-OF-CONDUCT.md).
223
243
224
-
## ⭐️ Our Values
244
+
## Our Values
225
245
226
246
- We believe perfection must consider everything.
227
247
- We take our passion beyond code into our daily practices.
228
248
- We are just obsessed about creating and delivering exceptional solutions.
229
249
230
-
## ⚖️ License
250
+
## License
231
251
232
252
This project is licensed under the MIT License - see the [LICENSE](https://github.com/sebastienrousseau/password-generator/blob/master/LICENSE) file for details
233
253
234
-
## 🏢 Acknowledgements
254
+
## Acknowledgements
235
255
236
256
[The Password Generator Tool](https://password-generator.pro) is beautifully crafted by these people and a bunch of awesome [contributors](https://github.com/sebastienrousseau/password-generator/graphs/contributors)
0 commit comments