Edwin-Luijten / strapi-encryptable-field

Encrypts values on save, and decrypts on fetch.
MIT License
12 stars 5 forks source link

Data is encrypted during view? #11

Open Datawords-HK opened 11 months ago

Datawords-HK commented 11 months ago

Hello there,

I am having the same case like the picture shown in README: https://raw.githubusercontent.com/Edwin-Luijten/strapi-encryptable-field/main/assets/role_based_decryption_overview.png

The encrypted field is still revealed as encrypted. Is it normal? Could I have it decrypted and human readable?

Thanks.

kmertozen commented 11 months ago

did you fix it?

Datawords-HK commented 11 months ago

Jul 25, 2023

No. I do hope it will be fixed. Or I have been requested to change to Laravel.

kmertozen commented 11 months ago

this may work https://github.com/Edwin-Luijten/strapi-encryptable-field/pull/14

prestop-max commented 10 months ago

Having the same issue here while working with Content-type builder for components types, general encryption/decryption functionality does work for simple Collectiong type. Possible relation between these issues?

thematrixdev commented 10 months ago

Just tried 1.1.4 on Strapi 4.12.6. It seems to be working.