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 22[ ![ Latest Stable Version] ( https://img.shields.io/github/release/crecket/secure-functions.svg )] ( https://packagist.org/packages/crecket/secure-functions )
33[ ![ Build Status] ( https://travis-ci.org/Crecket/secure-functions.svg?branch=master )] ( https://travis-ci.org/Crecket/secure-functions )
44
5- A collection of functions which can be used for security
5+ A collection of functions which can be used for security purposes.
66
77## Instalation
88
@@ -16,13 +16,11 @@ Download the files and require them in your project.
1616
1717` require '/secure-functions/src/SecureFuncs.php'; `
1818
19-
2019## Usage
2120All functions are static public functions right now so you can simply call the functions like this:
2221
2322` SecureFuncs\SecureFuncs::password_hash('input'); `
2423
25-
2624## Functions
2725
2826### decrypt($input, $key)
You can’t perform that action at this time.
0 commit comments