esmero / strawberryfield

A Field of strawberries
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Add alternative checksum type #233

Open alliomeria opened 2 years ago

alliomeria commented 2 years ago

What is needed?

Currently checksums are generated via MD5, which will remain the primary type. As a configuration option, add an alternative, supplementary checksum type for SHA256.

DiegoPino commented 2 years ago

@alliomeria Makes sense. We should provide both. Wonder if we would need a "Post process existing ones?" in case some chooses to do so?

DiegoPino commented 2 years ago

(HOPE NOT!). MD5 needs to be the main one, AWS S3 and many other internal parts of our stack use the good enough and fast MD5

alliomeria commented 2 years ago

Ah ok @DiegoPino --I updated the issue note above for clarification. :)