From 78b962e15ebe5bb70b0978c43617733807ebcf63 Mon Sep 17 00:00:00 2001 From: Matthew Brown <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:39:53 +0100 Subject: [PATCH] add pre-2013 sig wrapper --- docs/Client Security/Signatures.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Client Security/Signatures.md b/docs/Client Security/Signatures.md index e519dba..2f806c6 100644 --- a/docs/Client Security/Signatures.md +++ b/docs/Client Security/Signatures.md @@ -28,6 +28,7 @@ ROBLOX uses the [RSA](https://en.wikipedia.org/wiki/RSA_(cryptosystem)) algorith Signature wrappers have differed between the years but here are the primary forms: +- `%DATA%` (2010-2013) - `--rbxsig%DATA%` (2013-2020) - `--rbxsig2%DATA%` (Since 2018) - `--rbxsig4%DATA%` (Since 2020)