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 91f9dd6 commit 63c9eabCopy full SHA for 63c9eab
README.md
@@ -216,7 +216,7 @@ Getting OpenSSL: https://www.openssl.org/source/
216
217
Getting OpenSSL(Windows): https://slproweb.com/products/Win32OpenSSL.html
218
219
-You need to pass both 'URL to Key' and a path to save a random key:
+You need to pass both 'URL to the key' and 'path to save a random key' to `generateRandomKeyInfo` method:
220
``` php
221
//A path you want to save a random key on your server
222
$save_to = "/var/www/my_website_project/storage/keys/enc.key";
0 commit comments