Package br.net.dd.netherwingcore.common.cryptography.authentication


package br.net.dd.netherwingcore.common.cryptography.authentication
  • Class
    Description
    Defines constants and utilities related to authentication within the NetherwingCore system.
    Represents a session key with a fixed length of 40 bytes.
    SRP6 (Secure Remote Password protocol version 6) implementation for cryptographic operations.
    Represents a fixed-length salt used in SRP computations.
    Base class for SRP6 computations.
    Represents an SRP-6 client that performs authentication using a username and password.
    The WorldPacketCrypt class is responsible for encrypting and decrypting network packets with an implementation based on AES encryption.
    Represents a cryptographic key used for initialization of the encryption and decryption algorithms.
    Represents the Initialization Vector (IV) used in encryption and decryption processes.