Skip to content

Update authentication for PRONOTE >= 2026.2.5.6 #16

Description

@iGameCreep

Since PRONOTE 2026.2.5.6, the authentication challenge logic has changed.
See diff between ObjetMoteurConnexion-2025.2.5.2 & ObjetMoteurConnexion-2025.2.5.6.

Previous logic:

  • Decrypt given challenge with temporary key
  • "Solve it" (remove characters on every pair index)
  • Re-encrypt the solved challenge with temporary key

New logic:

  • Encrypt given challenge with temporary key

Changed required:

  • Edit src/structures/Challenge.ts to implement new challenge logic.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions