Skip to content

Commit

Permalink
Make random_bytes command copyable
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
  • Loading branch information
glye and adriendupuis authored Dec 3, 2024
1 parent 8fd2c58 commit c414e93
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ Reduce your attack surface by exposing only what you must.

The following command generates a 64-character-long secure random value:

`php -r "print bin2hex(random_bytes(32));"`
```shell
php -r "print bin2hex(random_bytes(32));"
```

!!! note

Expand Down

0 comments on commit c414e93

Please sign in to comment.