final class \SmartCsrf
{
} ::
- Language: PHP
- Located at: lib/framework/lib_cryptohs.php
- Package: Application
- Namespace: \
- Class Name: SmartCsrf
- Version: v.20231114
- Depends: Smart, SmartHashCrypto
- Hints: This is generally intended for advanced usage !
- Usage: static object: Class::method() - This class provides only STATIC methods
public static function newPrivateKey (
) {} :: STRING
public static function getPublicKey (
string $privKey,
string $secret
) {} :: STRING
public static function verifyKeys (
string $pubKey,
string $privKey,
string $secret
) {} :: BOOL
<?php
// Usage example:
SmartCsrf::some_method_of_this_class(...);
// #end php code
documentation generated on: 2024-12-16 17:13:19 +0000
Smart.Framework © 2009-2024 unix-world.org
A Safety Handler against Cross-Site Request Forgery (CSRF)