From b7c147c77a44133e36893fbe5c88051ba392b113 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 9 Jun 2013 20:22:08 -0500 Subject: [PATCH] Update encrypter comment. --- app/config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/app.php b/app/config/app.php index 77c9cfb4c..d63f31c7a 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -60,8 +60,8 @@ return array( |-------------------------------------------------------------------------- | | This key is used by the Illuminate encrypter service and should be set - | to a random, long string, otherwise these encrypted values will not - | be safe. Make sure to change it before deploying any application! + | to a random, 32 character string, otherwise these encrypted strings + | will not be safe. Please do this before deploying an application! | */