This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Releases: Rap-ID/Rap-ID-Windows
Releases · Rap-ID/Rap-ID-Windows
New User Interface Style
New User Interface Style
CHANGELOG
- New User Interface Style
Specification
v1.4: New Windows API
CHANGELOG
- New Windows API
Specification
v1.4 Alpha
CHANGELOG
- Register path to registry when installing
Providing New Windows API
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
v1.3.1 v1.3.1 Fix UI Thread Blocking
Providing Full Rolling-key Feature
Changelog
Since v1.1
- Provide rolling key
- Provide CryptionDebugger for rolling key
- CryptionDebugger is now along with manual input key
- Improve stability
API
- Windows API
v0.3-draft
- Rap-ID Encryption Key Generation Specification
v1.0-draft5
- Rap-ID Intranet Communication Specification
v0.5-draft2
Providing Full Rolling-key Feature
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
- Windows API
v0.3-draft
- Rap-ID Encryption Key Generation Specification
v1.0-draft5
- Rap-ID Intranet Communication Specification
v0.5-draft2
TODO
- Add async feature for authentication. ( In this version, we removed it. )
Rolling Key for Pairing Step
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
- Windows API
v0.3-draft
- Rap-ID Encryption Key Generation Specification
v1.0-draft5
- WiAuth网络数据包文档
v0.5-draft1
Improvements On Security and Performance
Changelog
- Request for permission when authenticating
- Encrypted configure files