Skip to content

Releases: szw0407/Bypass-SDU-Unified-Identity-Authentication-Platform-Device-Chesk

Adapted for version 3 of Unified Authentication

14 May 16:43
58b0139

Choose a tag to compare

Related:

#10
#11

Credits to @zeroHYH !

The unified identity authentication login page has updated login.js to version 3 (https://pass.sdu.edu.cn/cas/comm/sdu/js/login.js?v=3.0) recently, causing the v0.3 version of this script to break. The v0.4 major update has fixed the problem within 24 hours.

Update

24 Mar 05:25
476be33

Choose a tag to compare

Fix an issue:

  • aiassist.sdu.edu.cn login cannot be done.

Full Changelog: v0.2...v0.3

Feat: Redirect to HTTPS

13 Sep 04:55
f97113d

Choose a tag to compare

Full Changelog: v0.1.1...v0.2

Note: Since Stable version 0.1.1, the previously stored fingerprint will be no longer valid, as the hash algorithm has been changed to sha256.

In the latest version release, we fixed a bug related to the use of the HTTP protocol. Previously, when using HTTP, the browser’s JavaScript V8 engine couldn’t utilize the crypto object. This caused encryption errors during login, preventing users from logging in. This issue arises because the HTTP protocol is inherently insecure, making any attempts to enhance security through encryption meaningless.

To address this, our Tampermonkey script now performs an additional step before login: it automatically redirects to the corresponding HTTPS URL. This not only resolves the encryption issue but also enhances the overall security of the process.

Thanks for using.

v0.1.1

11 Sep 17:33
ab8ea70

Choose a tag to compare

Full Changelog: v0.1beta...v0.1.1

WARNING: Breaking change. Need to bind your fingerprint again as the hash algorithm has been changed. The prevous one can be removed as is no longer valid. If you want to remove it, click HERE. Moreover, update the script on all your devices before removing the previous one. Remember to check the versions!

This release includes the js file to be added into your Tampermonkey extension of your browser.

If you wish to download the extension, use the URL files below:

Edge
Firefox

The content of the user code is in the JS file in the ZIP file.

To add the script into your Tampermonkey, click on the extension icon and select Add new script and paste the content of the JS file. Then, REMEMBER TO CHANGE YOUR PERSONAL FINGERPRINT, any string is allowed I believe.

Thanks for using.

Basic Functions

03 Sep 16:44
e628c69

Choose a tag to compare

Basic Functions Pre-release
Pre-release

This release includes the js file to be added into your Tampermonkey extension of your browser.

If you wish to download the extension, use the URL files below:

The content of the user code is in the JS file in the ZIP file.

To add the script into your Tampermonkey, click on the extension icon and select Add new script and paste the content of the JS file. Then, REMEMBER TO CHANGE YOUR PERSONAL FINGERPRINT, any string is allowed I believe.

Thanks for using.