random_compat icon indicating copy to clipboard operation
random_compat copied to clipboard

PHP 5.x support for random_bytes() and random_int()

Results 5 random_compat issues
Sort by recently updated
recently updated
newest added

Hi, Several packages (like https://github.com/nelmio/NelmioCorsBundle) have a hard dependency like this: ```json "paragonie/random_compat": "~1.0|~2.0|9.99.99", ``` They can't be installed anymore: ```bash $ composer require nelmio/security-bundle Using version ^2.10 for nelmio/security-bundle...

Hello, Since PHP 5.* is now EOL across the board, should this package be marked as abandoned or some message be added to the top of the readme to tell...

Hi all, This is just a "service message". For those people who use this library and use [`PHPCompatibility`](https://github.com/PHPCompatibility/PHPCompatibility) in their CI process, there is now a custom ruleset available which...

Just to save everyone some time: ![Seriosuly](https://user-images.githubusercontent.com/11591518/43040711-dbeebedc-8d18-11e8-99f0-3bf580ca0d01.png) This is not a mistake. This is not weird. This is not being removed. ### What's going on? See https://github.com/paragonie/random_compat#version-99999 I put it...

In preparartion for a php I noticed a problem In the file ```byte_safe_strings.php``` the if statement check no longer seems necessary and these constants are no longer are defined in...