* README.md/Woops!
This commit is contained in:
@@ -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.
|
||||
|
||||
```php
|
||||
require_once("/path/to/the/file/kpcrypt/lib.php)
|
||||
require_once("/path/to/the/file/kpcrypt/lib.php")
|
||||
|
||||
$input = "Super secret string!";
|
||||
$key = "My key to encrypt the string with";
|
||||
|
||||
Reference in New Issue
Block a user