File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Latest Stable Version] ( https://img.shields.io/github/release/crecket/secure-functions.svg )] ( https://packagist.org/packages/crecket/secure-functions )
3
3
[ ![ Build Status] ( https://travis-ci.org/Crecket/secure-functions.svg?branch=master )] ( https://travis-ci.org/Crecket/secure-functions )
4
4
5
- A collection of functions which can be used for security
5
+ A collection of functions which can be used for security purposes.
6
6
7
7
## Instalation
8
8
@@ -16,13 +16,11 @@ Download the files and require them in your project.
16
16
17
17
` require '/secure-functions/src/SecureFuncs.php'; `
18
18
19
-
20
19
## Usage
21
20
All functions are static public functions right now so you can simply call the functions like this:
22
21
23
22
` SecureFuncs\SecureFuncs::password_hash('input'); `
24
23
25
-
26
24
## Functions
27
25
28
26
### decrypt($input, $key)
You can’t perform that action at this time.
0 commit comments