Comments & Discussion
JM
KV
Hey, Can we do encryption while storing into and database and decrypt while showing the data to frontend.
PK
With newer Laravel version, the encryption came as casts. But it's a ONE-WAY encryption, without decryption.
KV
PK
KV
PK
Encryption in general is a huge topic, not sure which articles or videos I can point you to. In my experience, I've never used real database encryption except for fields like passwords, because I never cared about data security more than performance, and data security comes from the fact that the server itself is protectec enough.
But if you have other opinion, you may start any bigger tutorial/course on database encryption.
Array casting does not work for the postgres database. is it possible to check and share the possible solution? thank you
Unfortunately I don't think there's a possible solution if postgres just doesn't support it.
okay thank you