From 4a73770a46bd6705f3f01a59b177c2c65aeedcd3 Mon Sep 17 00:00:00 2001 From: Luca <44218525+programmingAthlete@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:21:57 +0200 Subject: [PATCH] Add crypto_pkg add crypto_pkg cryptanalysis package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e4c7ff..c63a2c3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Repository | Description [APT Notes](https://github.com/kbandla/APTnotes) | Various public documents, whitepapers and articles about APT campaigns [Bug Bounty Reference](https://github.com/ngalongc/bug-bounty-reference) | List of bug bounty write-up that is categorized by the bug nature [Cryptography](https://github.com/sobolevn/awesome-cryptography) | Cryptography resources and tools +[CryptoPkg](https://github.com/programmingAthlete/crypto_pkg) | Cryptanalysis package containing attacks to modifierd version of some known symmetric ciphers and correlation power analysis attack on full AES [CTF Tool](https://github.com/SandySekharan/CTF-tool) | List of Capture The Flag (CTF) frameworks, libraries, resources and softwares [CVE PoC](https://github.com/qazbnm456/awesome-cve-poc) | List of CVE Proof of Concepts (PoCs) [CVE PoC updated daily](https://github.com/trickest/cve) | List of CVE Proof of Concepts (PoCs) updated daily by Trickest