You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,6 @@ All functions are static public functions right now so you can simply call the f
37
37
### compareStrings($string1, $string2)
38
38
Compare strings while preventing timed attacks
39
39
40
-
### decrypt($input, $key)
41
-
Returns the decryped output as a string using [defuse/php-encryption](https://github.com/defuse/php-encryption)'s library.
42
-
43
-
### encrypt($input, $key = false)
44
-
Encrypt a string, if no key is given one will be generated for you (Recommended) using [defuse/php-encryption](https://github.com/defuse/php-encryption)'s library.
Verify a form token for the given id. The $limit is optional andm ust be given in seconds, if the limit is 300 and the token is used after 300 seconds it will be considered invalid.
48
42
@@ -58,9 +52,6 @@ Returns a random hexadecimal number for the given length
58
52
### randomInt($min, $max)
59
53
Returns the a secure random integer within the given range.
60
54
61
-
### randomSecureKey()
62
-
Return a random key using [defuse/php-encryption](https://github.com/defuse/php-encryption)'s library.
0 commit comments