Skip to content

Commit e3d37c6

Browse files
chore(password-generator): 🚀 v1.1.3
1 parent 0a3f9db commit e3d37c6

23 files changed

+1346
-1477
lines changed

README.md

+35-15
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# Password Generator
1+
<!-- markdownlint-disable MD033 MD041 -->
2+
3+
<img
4+
src="https://kura.pro/password-generator-pro/images/logos/password-generator-pro.webp"
5+
alt="Password Generator Logo"
6+
width="261"
7+
align="right"
8+
/>
29

3-
![Banner representing the Password Generator](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/assets/password-generator-logo.svg)
10+
<!-- markdownlint-enable MD033 MD041 -->
11+
12+
# Password Generator
413

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.
615

7-
[![Getting Started](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/assets/button-primary.svg)](#installation)
8-
[![Download the Password Generator Tool v1.1.1](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/assets/button-secondary.svg)](https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.1.1.zip)
16+
[![Getting Started](https://kura.pro/common/images/buttons/button-primary.svg)](#installation)
17+
[![Download the Password Generator Tool v1.1.3](https://kura.pro/common/images/buttons/button-secondary.svg)](https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.1.3.zip)
918

1019
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0acb169c95e443729551979e0fd86eaf)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=sebastienrousseau/password-generator&utm_campaign=Badge_Grade)
1120
[![npm](https://img.shields.io/npm/v/@sebastienrousseau/password-generator.svg?style=flat&color=success)](https://www.npmjs.com/package/@sebastienrousseau/password-generator)
@@ -14,6 +23,15 @@ A fast, simple and powerful open-source utility tool for generating strong, uniq
1423
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg?style=flat)](https://opensource.org/licenses/MIT)
1524
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsebastienrousseau%2Fpassword-generator.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsebastienrousseau%2Fpassword-generator?ref=badge_small)
1625

26+
## Features
27+
28+
- **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+
1735
## Installation
1836

1937
### From NPM or YARN
@@ -27,7 +45,7 @@ To install the Password Generator Tool, use either npm or yarn as follows:
2745

2846
Clone the main repository to get all source files including build scripts: `git clone https://github.com/sebastienrousseau/password-generator.git`
2947

30-
## What's included
48+
## What's included
3149

3250
Within the download you'll find all the password generator source files grouped into the _dist_ folder.
3351

@@ -98,7 +116,9 @@ You'll see something like this:
98116
9 directories, 50 files
99117
```
100118

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:
102122

103123
### From the CLI
104124

@@ -134,7 +154,7 @@ var generatePassword = require('password-generator');
134154
<script src="<https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/src/bin/password-generator.js>" type="text/javascript"></script>
135155
```
136156

137-
## 🔐 Password options
157+
## Password options
138158

139159
### Base64 password
140160

@@ -196,15 +216,15 @@ node . -t memorable -i 4 -s -
196216
node dist/src/lib/memorable-password.js -t base64 -i 4 -s -
197217
```
198218

199-
## 🚥 Semantic Versioning Policy
219+
## Semantic Versioning Policy
200220

201221
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).
202222

203-
## Changelog
223+
## Changelog
204224

205225
- [GitHub Releases](https://github.com/sebastienrousseau/password-generator/releases)
206226

207-
## ❤️ Contributing
227+
## Contributing
208228

209229
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.
210230

@@ -217,21 +237,21 @@ Development Tools
217237
- `yarn lint-fix` instructs ESLint to try to fix as many issues as possible..
218238
- `yarn test` runs tests and measures coverage.
219239

220-
## 📖 Rules
240+
## Rules
221241

222242
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).
223243

224-
## ⭐️ Our Values
244+
## Our Values
225245

226246
- We believe perfection must consider everything.
227247
- We take our passion beyond code into our daily practices.
228248
- We are just obsessed about creating and delivering exceptional solutions.
229249

230-
## ⚖️ License
250+
## License
231251

232252
This project is licensed under the MIT License - see the [LICENSE](https://github.com/sebastienrousseau/password-generator/blob/master/LICENSE) file for details
233253

234-
## 🏢 Acknowledgements
254+
## Acknowledgements
235255

236256
[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)
237257

0 commit comments

Comments
 (0)