Security\Random::uuid
  • References/PHP/Phalcon/Security/Random

public uuid () Generates a v4 random UUID (Universally Unique IDentifier) The version 4 UUID is purely random (except the version)

2025-01-10 15:47:30
Security::hasLibreSsl
  • References/PHP/Phalcon/Security

public hasLibreSsl () Testing for LibreSSL

2025-01-10 15:47:30
Security::getSslVersionNumber
  • References/PHP/Phalcon/Security

public getSslVersionNumber () Getting OpenSSL or LibreSSL version Parse OPENSSL_VERSION_TEXT because OPENSSL_VERSION_NUMBER

2025-01-10 15:47:30
Security::getRandomBytes
  • References/PHP/Phalcon/Security

public getRandomBytes () Returns a number of bytes to be generated by the openssl pseudo random generator

2025-01-10 15:47:30
Security::setWorkFactor
  • References/PHP/Phalcon/Security

public setWorkFactor (mixed $workFactor) ...

2025-01-10 15:47:30
Security::isLegacyHash
  • References/PHP/Phalcon/Security

public isLegacyHash (mixed $passwordHash) Checks if a password hash is a valid bcrypt’s hash

2025-01-10 15:47:30
Security::getDefaultHash
  • References/PHP/Phalcon/Security

public getDefaultHash () Returns the default hash

2025-01-10 15:47:30
Security::destroyToken
  • References/PHP/Phalcon/Security

public destroyToken () Removes the value of the CSRF token and key from session

2025-01-10 15:47:30
Security\Random::base58
  • References/PHP/Phalcon/Security/Random

public base58 ([mixed $n]) Generates a random base58 string If $len is not specified, 16 is assumed. It may be larger

2025-01-10 15:47:30
Security::getWorkFactor
  • References/PHP/Phalcon/Security

public getWorkFactor () ...

2025-01-10 15:47:30