Could it be that php artisan ciphersweet:encrypt
does not use the Custom Key Provider?
#83
Unanswered
lucidlemon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got my ciphersweet running for new records etc, encrypting and decrypting works fine.
Now I want to use the
php artisan ciphersweet:encrypt
command to encrypt old data, but it seems to fail at all times. The encryption runs through, but when I try to access the data I get a "invalid ciphertext".I now dumped the
$newRow
within the command and say that the provider is not my custom one but instead the originalParagonIE\CipherSweet\KeyProvider\StringProvider
?My Custom Key Provider looks like this:
Versions used:
Beta Was this translation helpful? Give feedback.
All reactions