diff --git a/docs/Client Security/Signatures.md b/docs/Client Security/Signatures.md index 30404ce..bd6cb8f 100644 --- a/docs/Client Security/Signatures.md +++ b/docs/Client Security/Signatures.md @@ -1 +1,20 @@ -TODO \ No newline at end of file +## Introduction + +Signatures are another method of security ROBLOX uses to prevent any unauthorized tampering with external requests to Roblox Servers. + +Traditionally, Signatures are as the name implies, a method of determination to insure all information is indeed coming from the authorized sender. + +In today's world, digitial signatures are analogous — They utilize mathematical algorithms to validate the authenticity of such data.[^1] + +## Client Signatures + +ROBLOX uses (and *used*) signatures for a multitude of things including but not limited to: + +- JoinScripts[Citation needed] +- Online CoreScripts (2010-2015) + + +

See Also:

+- [Generating a public/private key](/Extras/KeyGeneration) + +[^1]: More Information: [https://www.cisa.gov/uscert/ncas/tips/ST04-018](https://www.cisa.gov/uscert/ncas/tips/ST04-018) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 3919419..b5aa2a1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,4 +35,6 @@ plugins: - exclude-search: exclude: - hidden/* +markdown_extensions: + - footnotes copyright: We're not affiliated, associated, authorized, or endorsed by ROBLOX Corporation in any way, shape, or form. \ No newline at end of file