REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 614 B
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/malcare-security/wp_2fa/utils.php
Text
Base64
<?php if (!defined('ABSPATH')) exit; if (!class_exists('MCWP2FAUtils')) : class MCWP2FAUtils { public static function getSecretInfo($info) { $default_info = array('secret' => null, 'is_encrypted' => null); if (empty($info) || !array_key_exists('secret', $info) || empty($info['secret']) || !array_key_exists('is_encrypted', $info) || !is_bool($info['is_encrypted'])) { return $default_info; } $secret = base64_decode($info['secret']); if ($secret === false) { return $default_info; } return array('secret' => $secret, 'is_encrypted' => $info['is_encrypted']); } } endif;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
authenticator.php
3.01 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils.php
614 B
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wp_2fa.php
8.46 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).