* README.md/Woops!
This commit is contained in:
parent
d269906413
commit
447e7e862f
|
@ -7,7 +7,7 @@ The Project is a simple php encryption wrapper, not even a library, the whole po
|
||||||
Simply use the provided functions from the lib.php file, you can simply import it into any project using that file.
|
Simply use the provided functions from the lib.php file, you can simply import it into any project using that file.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
require_once("/path/to/the/file/kpcrypt/lib.php)
|
require_once("/path/to/the/file/kpcrypt/lib.php")
|
||||||
|
|
||||||
$input = "Super secret string!";
|
$input = "Super secret string!";
|
||||||
$key = "My key to encrypt the string with";
|
$key = "My key to encrypt the string with";
|
||||||
|
|
Reference in New Issue