method get documentation in bbn\Appui\Passwords

Returns a password for the given option.

function(string $id_option) { if (defined('BBN_ENCRYPTION_KEY')) { $arch =& $this->class_cfg['arch']['passwords']; if ($password = $this->db->selectOne( $this->class_cfg['table'], $arch['password'], [$arch['id_option'] => $id_option] ) ) { return \bbn\Util\Enc::decrypt64($password, BBN_ENCRYPTION_KEY); } } return null; }

Returns a password for the given option. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.