{"id":1568,"date":"2014-12-12T12:11:05","date_gmt":"2014-12-12T12:11:05","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=1568"},"modified":"2022-02-17T07:14:02","modified_gmt":"2022-02-17T07:14:02","slug":"openssl_random_pseudo_bytes","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/php\/random\/openssl_random_pseudo_bytes","title":{"rendered":"openssl_random_pseudo_bytes"},"content":{"rendered":"<p>\nopenssl_random_pseudo_bytes is used for cryptographical randomness where rnd() isn&#39;t suitable\n<\/p>\n<pre>\r\n<code>\r\n\t$salt = openssl_random_pseudo_bytes(22);\r\n\t$salt = substr(strtr(base64_encode($salt), array(&#39;_&#39; =&gt; &#39;.&#39;, &#39;~&#39; =&gt; &#39;\/&#39;)),0,22);  \/\/Sets length to 22 characters\r\n<\/code><\/pre>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>openssl_random_pseudo_bytes is used for cryptographical randomness where rnd() isn&#39;t suitable $salt = openssl_random_pseudo_bytes(22); $salt = substr(strtr(base64_encode($salt), array(&#39;_&#39; =&gt; &#39;.&#39;, &#39;~&#39; =&gt; &#39;\/&#39;)),0,22); \/\/Sets length to 22 characters &nbsp; &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[],"class_list":["post-1568","post","type-post","status-publish","format-standard","hentry","category-random"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=1568"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1568\/revisions"}],"predecessor-version":[{"id":1569,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1568\/revisions\/1569"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=1568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=1568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=1568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}