From f61660a286375fc0363442ae88bf4319b733b5f8 Mon Sep 17 00:00:00 2001 From: Yakov5776 Date: Tue, 11 Oct 2022 23:10:39 -0400 Subject: [PATCH] Finish KeyGeneration --- docs/Client Security/Signatures.md | 1 + docs/Extras/KeyGeneration.md | 6 +++++- mkdocs.yml | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 docs/Client Security/Signatures.md diff --git a/docs/Client Security/Signatures.md b/docs/Client Security/Signatures.md new file mode 100644 index 0000000..30404ce --- /dev/null +++ b/docs/Client Security/Signatures.md @@ -0,0 +1 @@ +TODO \ No newline at end of file diff --git a/docs/Extras/KeyGeneration.md b/docs/Extras/KeyGeneration.md index 6c2b9d1..74cd795 100644 --- a/docs/Extras/KeyGeneration.md +++ b/docs/Extras/KeyGeneration.md @@ -16,4 +16,8 @@ Private Key: # Method 2 -blahblahblah explain to the user about using a key generation application (todo) \ No newline at end of file +A user by the name of coke[Citation needed] made an application which generates RSA pairs for the client, the download can be found [here](/hidden/Download#906c8ec652e43b043603b97fc0e31a626448e65bdf4819c7a8c4bc18a768d8a8). + + +### See Also: +- [What are signatures?](/Client Security/Signatures) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index dbf1d94..b18e8c0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,9 +19,11 @@ theme: nav: - Home: 'index.md' - What is Reversing?: 'AboutReversing.md' + - Client Security: + - What are signatures?: 'Client Security/Signatures.md' - Common Issues: - - Issue 1: Common Issues/test.md - - Issue 2: Common Issues/test2.md + - Issue 1: 'Common Issues/test.md' + - Issue 2: 'Common Issues/test2.md' - Extras: - Generating a public/private key: 'Extras/KeyGeneration.md' extra: