Skip to content

Commit 6f48df7

Browse files
committed
Mention that the library now generates cryptographically secure passwords
1 parent 594bcc2 commit 6f48df7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 📄 Description
44

5-
A simple way to generate random passwords
5+
A simple way to generate random cryptographically secure passwords.
66

77

88
## 🛠 Installation (with Composer)

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "ph7software/secure-password-generator",
3-
"description": "A simple way to generate random passwords",
3+
"description": "A simple way to generate random cryptographically secure passwords for PHP 5.6+",
44
"keywords": [
55
"password",
66
"generator",
77
"password generator",
8-
"security"
8+
"security",
9+
"cryptographically secure",
10+
"cryptography",
11+
"secure password"
912
],
1013
"type": "library",
1114
"homepage": "https://ph7.me",

0 commit comments

Comments
 (0)