minigame-std
    Preparing search index...

    Function sha512

    • 计算数据的 SHA-512 哈希值。

      Parameters

      • data: DataSource

        需要计算哈希的数据,可以是字符串或 BufferSource。

      Returns Promise<string>

      返回十六进制格式的哈希字符串。

      const hash = await sha512('Hello, World!');
      console.log(hash); // 十六进制哈希字符串