final class \SmartCsrf
{
} ::
- Language: PHP
- Located at: lib/framework/lib_cryptoas.php
- Package: Application
- Namespace: \
- Class Name: SmartCsrf
- Version: v.20250714
- Depends: PHP GMP extension, 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: 2026-01-14 01:50:49 +0000
Smart.Framework © 2009-2026 unix-world.org
A Safety Handler against Cross-Site Request Forgery (CSRF)