Bot authentication

From Kaboom Wiki

Bot authentication is the process of verifying the identity of a connected Kaboom player.

Some common uses are:

  1. Allowing trusted players to execute potentially dangerous commands
  2. Protecting a username and preventing others from logging in with it
  3. Implementing a whitelist system

It is most commonly used to allow trusted players to execute dangerous commands.

Hashing[edit]