Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Auth
default crypt
efx
November 2017
Why I can't use my own crypt file ? when I change it, it's back the fuelphp crypt default setting.
I wanted manage different crypt file for each client ?
thanks
Harro
November 2017
I don't understand what you do, want to do, and what you mean by "it's back"?
The crypt config is just config, so you overload values using Config::set()?
efx
November 2017
Sorry for my bad english, is crypt file is self-created by fuel at runtime ? So I don't need to setup with new values on a new fuel app ?
Harro
November 2017
It is only generated if it doesn't exist, because Fuel needs it to operate (it is for example used to encrypt the session).
But that doesn't mean you can't override the values in it, either via fixed values in an environment crypt file, or though some code.
You just have to make sure the keys are the same all the time for a particular situation, otherwise you can't decrypt what was encrypted before.
efx
November 2017
ah I got it now, thanks again Harro
;)
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
efx
November 2017
Harro
November 2017