We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594bcc2 commit 6f48df7Copy full SHA for 6f48df7
2 files changed
README.md
@@ -2,7 +2,7 @@
2
3
## 📄 Description
4
5
-A simple way to generate random passwords
+A simple way to generate random cryptographically secure passwords.
6
7
8
## 🛠 Installation (with Composer)
composer.json
@@ -1,11 +1,14 @@
1
{
"name": "ph7software/secure-password-generator",
- "description": "A simple way to generate random passwords",
+ "description": "A simple way to generate random cryptographically secure passwords for PHP 5.6+",
"keywords": [
"password",
"generator",
"password generator",
- "security"
+ "security",
9
+ "cryptographically secure",
10
+ "cryptography",
11
+ "secure password"
12
],
13
"type": "library",
14
"homepage": "https://ph7.me",
0 commit comments