For greater security, check the size and MD5 and SHA-1 hash values of the downloaded Spa.jar file
against the tabulated values given in the initial Spa page. Do not compute the hashes
with either the Spa applet or the downloaded Spa.jar file. Instead,
compute them with your own trusted utility.
Most operating systems contain software to compute the file hashes.
- Windows-based systems the free, downloadable Microsoft File Checksum Integrity Verifier tool,
fciv.exe,
can provide the hashes. For example,
fciv.exe Spa.jar
provides the MD5 hash when executed in the same directory as
fciv.exe and Spa.jar.
fciv.exe -sha1 Spa.jar
provides the SHA-1 hash.
- On Mac OSX and Linux-based systems the command line utility openssl
can provide the hashes. For example,
openssl sha1 Spa.jar
provides the SHA-1 hash when executed in the same directory as Spa.jar.
|