You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched Google & GitHub for similar requests and couldn't find anything
I have read and followed the docs and still think this feature is missing
Description
Idea
Automatically perform encryption for data entry schemes with their natural values and another scheme being inherited from the previous one this time for data presentation. I have more or less a good idea of how to do it, I'll demonstrate it using your tool.
I believe that this should already be embedded in the FIELD field, using the same logic that I showed above, you could provide a new parameter, which would receive an inheritance by composition with two arguments, Field(encryptar=True or False, encryption_key=ENCRYPTION_KEY) or using a class to configure, example:
We could even receive the function itself instead of encryption_key, so everyone would use their chosen encryption lib. My point is that it should be as simple as possible to do end-to-end data encryption
Initial Checks
Description
Idea
Automatically perform encryption for data entry schemes with their natural values and another scheme being inherited from the previous one this time for data presentation. I have more or less a good idea of how to do it, I'll demonstrate it using your tool.
Example of the code I use today
I believe that this should already be embedded in the FIELD field, using the same logic that I showed above, you could provide a new parameter, which would receive an inheritance by composition with two arguments,
Field(encryptar=True or False, encryption_key=ENCRYPTION_KEY)
or using a class to configure, example:I prefer using field ;) But they could make both available!
I hope you understand the idea, I can try to implement something like that one day and contribute with you! :)
My cryptographic functions
Affected Components
.model_dump()
and.model_dump_json()
model_construct()
, pickling, private attributes, ORM modeThe text was updated successfully, but these errors were encountered: