PHP Classes

File: GetSecretKeyFromLibSodium.php

Recommend this page to a friend!
  Classes of jon   PHP Unique ID Generator SHA512, MD5 and LibSodium   GetSecretKeyFromLibSodium.php   Download  
File: GetSecretKeyFromLibSodium.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Unique ID Generator SHA512, MD5 and LibSodium
Create a unique id using encryption functions
Author: By
Last change:
Date: 1 year ago
Size: 190 bytes
 

Contents

Class file image Download
<?php


Function GetSecretKeyFromLibSodium(){
   
$asd = sodium_crypto_secretbox_keygen();
    echo
'<script>$("#Hashes").append("'.$asd.'<br>");</script>';
}

GetSecretKeyFromLibSodium();