PHP Classes

File: src/Cryptonita/config.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Cryptonita   src/Cryptonita/config.php   Download  
File: src/Cryptonita/config.php
Role: Application script
Content type: text/plain
Description: Configuration script
Class: Cryptonita
Encrypt and decrypt data with symmetric encryption
Author: By
Last change:
Date: 7 months ago
Size: 160 bytes
 

Contents

Class file image Download
<?php
  define
('METHOD', 'AES-256-CBC');
 
define('SECRETIV', '56032ef690f523e173ff37a11ce59654bfecab6d939e7e99d725af713ce82b0c');
 
define('HASH', 'sha256');