-
Hi, as far as I can see, the default checksum algorithm (when not manually set to something else), is MD5, see e.g. here. Any thoughts on this? Is there an easier way to avoid MD5 when using the SDK? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@github-actions proposed-answer I'm not sure of the exact reason as to why MD5 was chosen for the default checksum, but I would guess that it might have been the standard back when this sdk was originally written. You can also try using our high level transfer manager library called transfer. When using transfer manager you can set the checksum algorithm with checksumAlgorithm. Also transfer manager defaults to CRC32. Please let us know if you have any other questions about using this sdk. |
Beta Was this translation helpful? Give feedback.
@github-actions proposed-answer
I'm not sure of the exact reason as to why MD5 was chosen for the default checksum, but I would guess that it might have been the standard back when this sdk was originally written. You can also try using our high level transfer manager library called transfer. When using transfer manager you can set the checksum algorithm with checksumAlgorithm. Also transfer manager defaults to CRC32. Please let us know if you have any other questions about using this sdk.