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 ec077bf commit 782b459Copy full SHA for 782b459
src/Encryption/Traits/GenerateIv.php
@@ -14,7 +14,7 @@
14
trait GenerateIv
15
{
16
/**
17
- * Generates an initialization vector. Defaukts to using openssl_random_pseudo_bytes() but will fall back to
+ * Generates an initialization vector. Defaults to using openssl_random_pseudo_bytes() but will fall back to
18
* random_bytes() if false is returned. If random_bytes() fails and $allowLessSecureIv is set to TRUE an IV
19
* will be generated using random characters (not recommended for production use).
20
*
0 commit comments