From 6aa9e194455d68eb5df6fa28c4fe753e39092ab3 Mon Sep 17 00:00:00 2001 From: Anusha Chaturvedi Date: Thu, 29 Aug 2024 09:10:29 +0530 Subject: [PATCH] add source details for crypto packages --- .custom_wordlist.txt | 2 ++ explanation/cryptography/crypto_dashboard.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.custom_wordlist.txt b/.custom_wordlist.txt index 7e84edd2..06523b1f 100644 --- a/.custom_wordlist.txt +++ b/.custom_wordlist.txt @@ -210,9 +210,11 @@ Plex PLI powershell pre +preloaded preseed preselected PyJWT +PyPI Quickstart quickstart radv diff --git a/explanation/cryptography/crypto_dashboard.md b/explanation/cryptography/crypto_dashboard.md index e52943a1..370a0186 100644 --- a/explanation/cryptography/crypto_dashboard.md +++ b/explanation/cryptography/crypto_dashboard.md @@ -48,6 +48,6 @@ The dashboard uses mutual TLS authentication to establish a trusted TLS communic ## Packages used -* [PyJWT](https://github.com/jpadilla/pyjwt) -* [`python-jose`](https://github.com/mpdavis/python-jose/) +* [PyJWT](https://github.com/jpadilla/pyjwt), supplied by [PyPI](https://pypi.org/project/PyJWT/) +* [`python-jose`](https://github.com/mpdavis/python-jose/), supplied by [PyPI](https://pypi.org/project/python-jose/) * [OpenSSL](https://launchpad.net/ubuntu/+source/openssl/) \ No newline at end of file