Skip to content

Commit 7f12e52

Browse files
committed
Add Encryption key generate process
1 parent f4a0fad commit 7f12e52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ A `Grunt` file is already built. If you want to use build tools like `Grunt`, `G
8080

8181
## Security
8282

83+
You must generate a new encryption key for your laravel to secure the encryption. Your Laravel encryption key lies in `app/config/app.php` file. To change it, do not remove it. Just run the Laravel Artisan command from the folder where **Exyht** App lies.
84+
85+
php artisan key:generate
86+
8387
Security issue is taken seriously. For backend, necessary Laravel security steps've been taken. For user input sanitization *HtmlPurifier*, *Google caja html sanitizer*, *markdown sanitizer* are used.
8488

8589
Besides You can *Block IP*, *Manage flagged comment*, etc very easily from your admin page.

0 commit comments

Comments
 (0)