Skip to content
On this page

hashServerPassword()

Hash a string with alt:V algorithm.

Can be useful for beforePlayerConnect to check the received password.

Function Definition

ts
function hashServerPassword(password: string): bigint;

Arguments

  • password: string

Returns

  • bigint

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk