This commit is contained in:
Naden
2026-04-25 04:41:23 +07:00
commit 7e9668a552
195 changed files with 20254 additions and 0 deletions

18
app/Config/Keys.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
namespace Dhiva\Core;
class Keys
{
public static $password = "oczkncHUgqfT5zM8";
public static $salt = "cDsflcVFo17L7dNF";
public static $iv = "6Se1PwV0JC3AQoZ6";
public static $Payload_Key = "j6asnS4Ir9";
public static $Payload_IV = "6aeFPBTM8d";
public static $iterations = 2;
public static $keyLength = 2;
public static $route = "izN2pvUmhVViN1FP";
public static $JWT_KEY = "o0CV1UPTlF5ydCdJmkXA";
}