jagilpe / encryption-bundle

A Symfony Bundle to encrypt sensitive data before persisting it
MIT License
3 stars 1 forks source link

Notice: unserialize(): Error at offset 56 of 60 bytes #2

Open axzx opened 6 years ago

axzx commented 6 years ago

in INSERT INTO query, field _key:

O:43:"Jagilpe\EncryptionBundle\Crypt\SymmetricKey":1:{s:16:"\x00*\x00encryptedKeys";a:0:{}}"

in show action: Notice: unserialize(): Error at offset 56 of 60 bytes

in db: O:43:"Jagilpe\\EncryptionBundle\\Crypt\\SymmetricKey":1:{s:16:"

Do you know where is a problem? Why is not all data in the database?