at_client_sdk
at_client_sdk copied to clipboard
Defensively handle decryption issues in sdk
Is your feature request related to a problem? Please describe. While decrypting values in at client SDK sometimes we run into issues like pad block, format exception invalid character. Possible causes are encrypting /decrypting with different keys/key pairs, trying to decrypt unencrypted values.
Describe the solution you'd like
- defensively handle decryption failures https://docs.google.com/spreadsheets/d/1uiFi2eRlXIrr2Gt5CFAo3sDuraqPpzgDrvkvXlFKCa0/edit#gid=0
This will also provide workaround https://github.com/atsign-foundation/at_client_sdk/issues/474
No significant progress made due to sync P1 issues in PR37. Moving to PR38