PHP Package: paragonie/hidden-string

Paragonie's PHP library 'hidden-string' secures sensitive data with hidden strings for enhanced security and privacy.

Current Version: 2.2.0
Last Updated: 2024-05-08
PHP Requirement: ^7.4|^8
Dependencies:
paragonie/random_compat
paragonie/sodium_compat
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Paragonie's 'hidden-string' library offers a comprehensive solution for securing sensitive data through obscured strings, providing an additional layer of security and privacy to applications. By utilizing hidden strings, developers can safeguard critical information from unauthorized access and potential breaches, ensuring data integrity and confidentiality. With a focus on robust encryption techniques and secure data handling practices, this library is an essential tool for enhancing the security posture of PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.0

Download Download v2.2.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/paragonie/hidden-string/2.2.0/loader.php';
require_once 'libs/paragonie/random_compat/2.0.21/loader.php';
require_once 'libs/paragonie/sodium_compat/2.4.0/loader.php';

use ParagonIE\HiddenString\HiddenString;

$obj = new HiddenString();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.