mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-07-21 23:43:07 +00:00
8cc69edefe
The passvault's id is created with math.rand as a native int. If the vault is created on a 64-bit system, it breaks compatibility with 32-bit systems. - Generate vaults with 32-bit ids. - Update testcode