Skip to content

Commit f39c0b8

Browse files
committed
Added Encryption Series
1 parent 3f7fd61 commit f39c0b8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,15 @@
6767
| [RC4 Encryption](./Encryption%20Methods/rc4_shellcode_encrypt.rs) | Encrypt and Decrypt Shellcodes/Payloads using RC4-Encryption |
6868
| [Khufu Encryption](./Encryption%20Methods/Khufu_encryption/) | Perform Encrypt and Decrypt using Khufu Algorithm |
6969
| [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. |
7170
| [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 |
71+
| [A5/1 Cipher](./Encryption%20Methods/) | Encrypt shellcode using a modified A5/1 cipher with seeded randomness. |
72+
| [XOR Encryption](./Encryption%20Methods/xor_encrypt.rs) | Shellcode Encryption using XOR |
73+
| [Lucifer Algorithm](./Encryption%20Methods/lucifer_algorithm.rs) | Encrypt and Decrypt shellcodes using Lucifer Algorithm. |
74+
| [DFC Algorithm](./Encryption%20Methods/dfc_algorithm.rs) | Encrypt and execute payloads using DFC Algorithm. |
7475
| [Payload Suffling](./Encryption%20Methods/payload_shuffling/) | Payload Suffling Techniques |
7576
| [ECC Encryption](./Encryption%20Methods/ecc_shellcode_exec/) | Encrypt and Decrypt Shellcodes/Payloads using ECC (Elliptic Curve Cryptography) |
77+
| [SystemFunction032/033](./Encryption%20Methods/SystemFunction032_033/) | Encrypt and Decrypt shellcode using undocumented winapi function. |
78+
7679

7780

7881

0 commit comments

Comments
 (0)