Skip to content

New Key Format #70

Closed
Closed
@pauldonnelly

Description

@pauldonnelly

I ran the command php bin/magento gene:encryption-key-manager:generate --force and it changed the cyrpt array in the env.php
this is fine and it added a new key but it's not exactly in the format your mentioned in your docs.

Docs:

'crypt' => [
        'key' => '84c9d7c0b305adf9ea7e19a05478bf11
2951b41e2b7f4c26e60a8e7ee00ca17b'
    ],

What I got (not the actual values):

'crypt' => [
        'key' => '84c9d7c0b305adf9ea7e19a05478bf11
base64IUY987OIYIU89+JHBAM7HhvvaiebGK+1aM='
    ],

Is it correct being a base64 hash or being formatted like that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions