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
Today in the current implementations it seems like the EncryptionInformation.Method.IV goes unused which leaves me to think it is not needed in EncryptionInformation.Method. I propose that we remove this field as it is standard practice to generate a random IV for each encrypted chunk and prepend it to the beginning of the cipher text.
Also this will help reduce any confusion if someone is trying to implement the tdf3 spec in something other than cpp or javascript
The text was updated successfully, but these errors were encountered:
Today in the current implementations it seems like the
EncryptionInformation.Method.IV
goes unused which leaves me to think it is not needed inEncryptionInformation.Method
. I propose that we remove this field as it is standard practice to generate a random IV for each encrypted chunk and prepend it to the beginning of the cipher text.Also this will help reduce any confusion if someone is trying to implement the tdf3 spec in something other than
cpp
orjavascript
The text was updated successfully, but these errors were encountered: