Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Releases: Rap-ID/Rap-ID-Windows

New User Interface Style

15 Aug 11:53
Compare
Choose a tag to compare

CHANGELOG

  • Nothing since v1.4.1-alpha

SECURITY

The release binaries are signed by coderfox@keybase.io. You may validate the extracted folder via keybase dir verify.

New User Interface Style

12 Aug 10:32
Compare
Choose a tag to compare
Pre-release

CHANGELOG

  • New User Interface Style

Specification

v1.4: New Windows API

09 Aug 11:58
Compare
Choose a tag to compare

v1.4 Alpha

26 Jul 13:24
Compare
Choose a tag to compare
v1.4 Alpha Pre-release
Pre-release

CHANGELOG

  • Register path to registry when installing

Providing New Windows API

18 Jul 05:32
Compare
Choose a tag to compare
Pre-release

We are here glad to announce our new Windows API for Rap-ID, which enables desktop applications to use Rap-ID.

This version is only used for development.

How

You may start auth.exe with only one parameter of your application name, and then listen to the standard output. You may get something starting like this:

#Rap-ID-Windows/CLI/1.0d/Auth/

For example,

#Rap-ID-Windows/CLI/1.0d/Auth/result=ok;token=foobar

As this line defined 2 variables, result and token, you may get the token and the result. The result can be ok or fail. If the result is fail, you may be provided another variable called error providing details.

Fix UI Thread Block

18 Jul 05:27
Compare
Choose a tag to compare
v1.3.1

v1.3.1 Fix UI Thread Blocking

Providing Full Rolling-key Feature

10 Jul 14:35
Compare
Choose a tag to compare

Changelog

Since v1.1

  • Provide rolling key
  • Provide CryptionDebugger for rolling key
  • CryptionDebugger is now along with manual input key
  • Improve stability

API

Providing Full Rolling-key Feature

14 Jun 05:53
Compare
Choose a tag to compare
Pre-release

WARNING: this version is for test usage only!!!

Changelog

Since v1.1

  • Provide rolling key
  • Provide CryptionDebugger for rolling key
  • CryptionDebugger is now along with manual input key
  • Improve stability

Since v1.3-dev

  • Provide rolling key for authentication step
  • Fix decryption bug in CryptionDebugger
  • Provide time-based key view in CryptionDebugger

API

TODO

  • Add async feature for authentication. ( In this version, we removed it. )

Rolling Key for Pairing Step

13 Jun 13:57
Compare
Choose a tag to compare
Pre-release

WARNING: this version is for development usage only!!!

Changelog

  • Provide rolling key for pairing step
  • Provide CryptionDebugger for rolling key
  • CryptionDebugger is now along with manual input key

API

Improvements On Security and Performance

15 May 13:24
Compare
Choose a tag to compare

Changelog

  • Request for permission when authenticating
  • Encrypted configure files