github Nitrokey/nitrokey-app v1.1
Version 1.1

latest releases: v1.5-RC9, v1.5-RC8, v1.5-RC7-4-gd3c9673...
6 years ago

v1.1 (2017-05-15)

Full Changelog

Implemented enhancements:

  • Sign using Apple's Binary Signing #16

Fixed bugs:

  • Log level set too verbose by default #244
  • No device is detected on Windows #243
  • Cannot get PIN-protected OTP code on NK Pro 0.8 #242

Closed issues:

  • Improper temporary password #245
  • Update translations #241
  • Hidden volume is volatile - check on Mac #37
  • Vector Icon #20

Notes

Binary for Windows is code-signed and it contains logging functionality by default, however with secrets cut out. More binaries will be provided here incrementally. Ubuntu and snapcraft binaries are provided in proper channells.
If you have any issues with code-signed OSX binary please use the unsigned one.

Verifying under Windows (8.1)

  1. Right click on the binary
  2. Select Properties
  3. Select Digital Signatures tab
  4. Select details of the Nitrokey signature
  5. There should be a message: This digital signature is OK. If the file was changed during the transit there will be message: This digital signature is not valid..

Verifying under Linux

# validating rpm file
gpg --import szczepan_at_nitrokey.gpg 
sha512sum --check nitrokey-app-1.1-Linux.rpm.sha512 
gpg --verify nitrokey-app-1.1-Linux.rpm.asc 

Verifying under OSX

gpg --import szczepan_at_nitrokey.gpg 
gpg --verify nitrokey-app-v1.1.dmg.asc
gsha512sum --check nitrokey-app-v1.1.dmg.sha512

Edit (20170901): Added code-signed binary for macOS, compiled on Qt5.9.

Don't miss a new nitrokey-app release

NewReleases is sending notifications on new releases.