X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/src/Encrypt
home
/
notabjze
/
just4dastreets.com
/
libraries
/
src
/
Encrypt
/
ðŸ“
..
ðŸ“
AES
📄
Aes.php
(7.49 KB)
📄
Base32.php
(4.54 KB)
📄
RandValInterface.php
(488 B)
📄
Randval.php
(836 B)
📄
Totp.php
(5.25 KB)
Editing: RandValInterface.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Encrypt; \defined('JPATH_PLATFORM') or die; /** * Interface RandValInterface * * @since 4.0.0 */ interface RandValInterface { /** * * Returns a cryptographically secure random value. * * @return string * */ public function generate(); }
Upload File
Create Folder