File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/defender-security/vendor/altcha-org/altcha/src/ChallengeOptions.php
Back
<?php namespace AltchaOrg\Altcha; class ChallengeOptions { public $algorithm; public $maxNumber; public $saltLength; public $hmacKey; public $salt; public $number; public $expires; public $params; public function __construct($options = []) { $this->algorithm = $options['algorithm'] ?? Algorithm::SHA256; $this->maxNumber = $options['maxNumber'] ?? 1e6; $this->saltLength = $options['saltLength'] ?? 12; $this->hmacKey = $options['hmacKey'] ?? ''; $this->salt = $options['salt'] ?? ''; $this->number = $options['number'] ?? 0; $this->expires = $options['expires'] ?? null; $this->params = $options['params'] ?? []; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings