$input['password'] = bcrypt($input['password']);
$password = Hash::make('secret');
Laravel uses the AES-256-CBC cipher by default