infrastation commented on issue #150: BROOKLYN-597 Remove md5/sha1 - DO NOT 
MERGE
URL: https://github.com/apache/brooklyn-dist/pull/150#issuecomment-563176941
 
 
   Not sure if this information helps, but OpenSSL can compute the digests 
where Linux `coreutils` package is not available, and even print the result in 
a similar format:
   ```
   $ sha256sum tmp/file.bin 
   c00ebfce2fce70f5a56cd6102e82404682bafbc55f2547ef5648bcf9c795a3d0  
tmp/file.bin
   $ openssl sha256 -r tmp/file.bin 
   c00ebfce2fce70f5a56cd6102e82404682bafbc55f2547ef5648bcf9c795a3d0 
*tmp/file.bin
   $ sha512sum tmp/file.bin 
   
5aaace31720fb0187660ff0f2eafd265f4ff06fd0722982a33aa3a51bd48238cf918aabdb2db79b15cc2587147374ba1102f6b000061fd6378484066cc9ca06e
  tmp/file.bin
   $ openssl sha512 -r tmp/file.bin 
   
5aaace31720fb0187660ff0f2eafd265f4ff06fd0722982a33aa3a51bd48238cf918aabdb2db79b15cc2587147374ba1102f6b000061fd6378484066cc9ca06e
 *tmp/file.bin
   ```
   There are many other implementations.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to