nayzo/NzoUrlEncryptorBundle

Is it acceptable to reuse the symfony-secret as encryption-secret?

Closed this issue · 2 comments

For convenience I use the secret key from my Symfony project as encryption key. My configuration looks like this:

nzo_url_encryptor:
    secret: %secret%      # max length of 24 characters

Could this have any negative side effects?

nayzo commented

Not at all, what you did is just right and have no negative side effects 👍

Thanks for the answer.

I guess only the owner can add the label "question" to this issue, right?