Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add crypto information to config file
  • Loading branch information
john committed Apr 24, 2017
1 parent 074d136 commit 6b910a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/config/config.php
Expand Up @@ -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';

Expand Down

0 comments on commit 6b910a6

Please sign in to comment.