Migration of Encrypted data to new data structure #659
Answered
by
kavi-egov
manimaarans
asked this question in
Q&A
-
Hi All. In Pucar, we have use case of migrating existing encrypted data to new data structure to support enhancements. Did we encounter this type of situation and solved ? since old and new data structure will be using two different encrypt and decrypt policy , do we have any standard way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
kavi-egov
Jan 29, 2025
Replies: 1 comment
-
Write a transform method which searches old method to get data decrypted and send it to new method which will encrypt and store |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kavi-egov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write a transform method which searches old method to get data decrypted and send it to new method which will encrypt and store