Encrypter class error |
(07-20-2020, 12:16 AM)zoom360 Wrote: I have used encrypter class: Hi , I had a similar problem , you have to load the default encryption configuration in the config folder this way: PHP Code: public function __construct(){ And then you can use $this->encrypter to encrcypt and decrypt, also ensure that OpenSSL is enabled in php.ini , I asked and found the solution to the same problem here |
Messages In This Thread |
Encrypter class error - by zoom360 - 07-20-2020, 12:16 AM
RE: Encrypter class error - by InsiteFX - 07-20-2020, 08:15 AM
RE: Encrypter class error - by ebuoe - 08-12-2020, 05:22 AM
RE: Encrypter class error - by zoom360 - 08-12-2020, 08:03 AM
|