Binaries of the SEMS project

 NameLast modifiedSize

 Parent Directory  -
 javadoc.php2020-10-09 10:17 83
 latest.php2020-10-09 10:07 53
 md5sums2020-10-09 06:51 2.2K
 md5sums.asc2020-10-09 06:52 833
 morre.client-0.0.2-20131122.113350-1.jar2013-12-16 16:22 22K
 morre.client-0.0.3-20131211.105851-1-javadoc.jar2013-12-16 16:22 144K
 morre.client-0.0.3-20131211.105851-1-sources.jar2013-12-16 16:22 14K
 morre.client-0.0.3-20131211.105851-1.jar2013-12-16 16:22 28K
 morre.client-0.0.4-20131220.112653-1-javadoc.jar2014-01-12 19:43 149K
 morre.client-0.0.4-20131220.112653-1-sources.jar2014-01-12 19:43 15K
 morre.client-0.0.4-20131220.112653-1.jar2014-01-12 19:43 29K
 morre.client-0.0.5-20140213.112934-1-javadoc.jar2014-03-05 10:22 151K
 morre.client-0.0.5-20140213.112934-1-sources.jar2014-03-05 10:22 17K
 morre.client-0.0.5-20140213.112934-1.jar2014-03-05 10:22 33K
 morre.client-0.0.7-20150326.185456-1-javadoc.jar2015-04-02 09:19 151K
 morre.client-0.0.7-20150326.185456-1-sources.jar2015-04-02 09:19 17K
 morre.client-0.0.7-20150326.185456-1.jar2015-04-02 09:19 34K
 morre.client-0.0.8-20160608.104319-1.jar2016-06-10 10:44 34K
 morre.client-0.0.8-20160608.104948-2-sources.jar2016-06-10 10:44 20K
 morre.client-0.0.8-20160608.104948-2.jar2016-06-10 10:44 34K
 morre.client-0.0.9-20160628.094100-1-sources.jar2016-06-29 20:46 20K
 morre.client-0.0.9-20160628.094100-1.jar2016-06-29 20:46 34K
 morre.client-0.0.9-20160628.125005-2-sources.jar2016-06-29 20:46 20K
 morre.client-0.0.9-20160628.125005-2.jar2016-06-29 20:46 34K
 morre.client-0.0.9-javadoc.jar2018-01-23 16:19 145K
 morre.client-0.0.9-sources.jar2018-01-23 16:19 18K
 morre.client-0.0.9.jar2018-01-23 16:19 34K
 morre.client-0.0.10-javadoc.jar2018-03-07 16:25 145K
 morre.client-0.0.10-sources.jar2018-03-07 16:25 18K
 morre.client-0.0.10.jar2018-03-07 16:25 35K
 morre.client-0.0.11-javadoc.jar2018-10-25 06:10 502K
 morre.client-0.0.11-sources.jar2018-10-25 06:10 18K
 morre.client-0.0.11.jar2018-10-25 06:10 34K
 sha1sums2020-10-09 06:51 2.5K
 sha1sums.asc2020-10-09 06:52 833
 sha256sums2020-10-09 06:51 3.3K
 sha256sums.asc2020-10-09 06:52 833
 sha512sums2020-10-09 06:52 5.5K
 sha512sums.asc2020-10-09 06:52 833

Here you'll find latest binaries produced or used within the SEMS project at the Department of Systems Biology and Bioinformatics of the University of Rostock.

Verifying Integrity and Authenticity

To ensure integrity and authenticity of our software each folder contains some special files:

*sums
Containing different kind of checksums for each file in that folder, such as MD5 (md5sums) and SHA256 (sha256sums), to verify that the file you downloaded is the same that we produced.
*sums.asc
The *sums files were signed using GPG. The files *sums.asc contain the signatures, thus you can make sure, that the *sums files weren't modified/compromised. To verify the signature you need the public key 8D2DD9BD of Martin Scharm. If you don't already have it you can drop us an email or trust another web server and download the key.

Generate a Checksum

There are many tools available to generate checksums of files. Many are platform specific, but here are three common ways to calculate the MD5 sum of a file FILE:
md5sum FILE
openssl md5 < FILE
gpg --print-md MD5 FILE

Verify a Signature

To verify our signature you need to have the key 8D2DD9BD in your keyring. If that's the case simply run:
gpg --verify md5sums.asc md5sums
You should get an result that contains Good signature at some place. authorship