Skip to content

Commit 3f7fd61

Browse files
committed
Added Encryption Series
1 parent 85e7ed4 commit 3f7fd61

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,20 @@
5959
| [Rand_Fill](Malware_Tips/rand_fill/) | A Small Parallel Program that Deletes All Files on Disk and Fills with Random Bytes, Making the Recovery Process Impossible. |
6060
| [Encryfer-X](Malware-Samples/Encryfer/) | Ransomware written by combining all Possible POC techniques. |
6161

62+
## Encryption Techniques
63+
64+
| Techniques | Description |
65+
|-----------------------------------------------------------|-----------------------------------------------------------------------------|
66+
| [AES Encryption](./Encryption%20Methods/Aes_Encryption/) | Encrypt and Decrypt Shellcodes/Payloads using AES-Encryption |
67+
| [RC4 Encryption](./Encryption%20Methods/rc4_shellcode_encrypt.rs) | Encrypt and Decrypt Shellcodes/Payloads using RC4-Encryption |
68+
| [Khufu Encryption](./Encryption%20Methods/Khufu_encryption/) | Perform Encrypt and Decrypt using Khufu Algorithm |
69+
| [Camellia Cipher](./Encryption%20Methods/camellia_cipher/) | Perform Encryption using Camellia Cipher |
70+
| [SystemFunction032/033](./Encryption%20Methods/SystemFunction032_033/) | Encrypt and Decrypt shellcode using undocumented winapi function. |
71+
| [NullxFigure](./Encryption%20Methods/nullxfigure/) | Simple Program to parse null bytes into each shellcode |
72+
| [A5/1 cipher](./Encryption%20Methods/) | Encrypt shellcode using a modified A5/1 cipher with seeded randomness. |
73+
| [XOR Encryption](./Encryption%20Methods/xor_encrypt.rs) | Shellcode Encryption using XOR |
74+
| [Payload Suffling](./Encryption%20Methods/payload_shuffling/) | Payload Suffling Techniques |
75+
| [ECC Encryption](./Encryption%20Methods/ecc_shellcode_exec/) | Encrypt and Decrypt Shellcodes/Payloads using ECC (Elliptic Curve Cryptography) |
6276

6377

6478

0 commit comments

Comments
 (0)