Difference between revisions of "Openssl rand -hex 32"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[openssl rand]] -hex 32 | [[openssl rand]] -hex 32 | ||
export [[JWT]]=`openssl rand -hex 32` | export [[JWT]]=`openssl rand -hex 32` | ||
+ | |||
+ | openssl rand -hex 32 > [[jwt]].txt | ||
+ | |||
+ | openssl rand -hex 32 | [[tr -d]] "\n" > [[file]].txt | ||
+ | |||
+ | [[openssl rand 32]] | ||
== See also == | == See also == | ||
+ | * {{openssl rand}} | ||
* {{openssl}} | * {{openssl}} | ||
[[Category:OpenSSL]] | [[Category:OpenSSL]] |
Latest revision as of 14:03, 12 August 2024
openssl rand -hex 32 export JWT=`openssl rand -hex 32`
openssl rand -hex 32 > jwt.txt
openssl rand -hex 32 | tr -d "\n" > file.txt
openssl rand 32
See also[edit]
Advertising: