Skip to content

Releases: Ch1ffr3punk/yubicrypt

yubicrypt

14 Mar 18:12
c69a9d6

Choose a tag to compare

Small glitch in info pop-up corrected.

yubicrypt v0.2.0 binaries are signed with yubisigner
.sig files are time stamped with opentimestamps.org

The yubisigner signing certificate .pdf and accompanying .ots time stamp should proof
in an easy way that I am the author of the signed software releases.

For additional security of the source code, merkle-tree.txt in the repository is signed too
with yubisigner and additionally time stamped.

yubicrypt

12 Mar 09:10
f1944f8

Choose a tag to compare

Added info menu entry
Included localized German version
File extension defaults to .crt instead of .pem, as Yubico Authenticator writes .crt files
yubicrypt v0.1.9 binaries are signed with yubisigner
.sig files are time stamped with opentimestamps.org

The yubisigner signing certificate .pdf and accompanying .ots time stamp should proof
in an easy way that I am the author of the signed software releases.

yubicrypt

11 Mar 18:52
bacb5ed

Choose a tag to compare

Added info menu entry
Included localized German version
yubicrypt v0.1.8 binaries are signed with yubisigner
.sig files are time stamped with opentimestamps.org

yubicrypt

08 Mar 07:33
1735a6c

Choose a tag to compare

ISO padding reverted back to 4KB and GUI made smaller in width.

yubicrypt

06 Mar 23:11
700e2cb

Choose a tag to compare

Small GUI enhancements made and padding reduced to 1KB, instead of the previous 4KB.

yubicrypt

01 Jan 13:31
3e363df

Choose a tag to compare

New algorithm for signature identicon is used, compatible with my identicons program.

yubicrypt

17 Sep 21:41
7603dfd

Choose a tag to compare

  1. Changed identicons to two color identicons.
  2. Signature component can now be copied to clipboard when verifying a signature.

yubicrypt

17 Sep 09:08
526a635

Choose a tag to compare

Added GitHub style identicons for signature verification.

yubicrypt

05 Sep 10:45
f82b740

Choose a tag to compare

Fixed normalization issue between Windows and Linux.

yubicrypt

04 Sep 19:47
7abcf84

Choose a tag to compare

  1. New padding logic implemented.
  2. Signing of large text now possible due to signing the hash of the text and not the text.