opentdf / java-sdk

OpenTDF Java SDK
0 stars 0 forks source link

fix: get encrypted metadata working #68

Closed mkleene closed 1 month ago

mkleene commented 1 month ago

The correct transformation is:

encryptedMetadata = base64(string({ "iv": base64(iv), "ciphertext": base64(ciphertext) })

addresses https://github.com/opentdf/java-sdk/issues/67