Permalink
Browse files
Add crypto information to config file
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
app/config/config.php
|
@@ -5,6 +5,9 @@ class Config { |
|
|
const server_name = 'localhost'; |
|
|
const secret_key = 'dfJdHtKsNiMrr0JV6ebvD9CbTiHugBiDwCRkAJxu9KtXU+ig/fZlWNHr6xnZaeYFrempQFIjvxiYf3NTWOJq0w=='; |
|
|
|
|
|
const encr_algo = 'AES-128-CBC'; |
|
|
const hash_algo = 'SHA256'; |
|
|
|
|
|
const my_netid = 'jwb11006'; |
|
|
const db_host = 'localhost'; |
|
|
|
|
|