Security::getRandom
  • References/PHP/Phalcon/Security

public getRandom () Returns a secure random number generator instance

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

extends class Phalcon\Exception

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

public setDefaultHash (mixed $defaultHash) Sets the default hash

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

public hash (mixed $password, [mixed $workFactor]) Creates a password hash using bcrypt with a pseudo random

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

public checkHash (mixed $password, mixed $passwordHash, [mixed $maxPassLength]) Checks a plain text

2025-01-10 15:47:30
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::CRYPT_BLOWFISH_A
  • References/PHP/Phalcon/Security

integer CRYPT_BLOWFISH_A

2025-01-10 15:47:30