env('CIPHERSWEET_KEY'), /* * You may specify which encryption algorithm has to be used * to encrypt all attributes. * * Supported: "modern", "fips" */ 'crypto' => env('CIPHERSWEET_CRYPTO', 'modern'), ];