# Symmetric Encryption

```
DES/3DES
AES
Twofish
Blowfish
Serpent
IDEA
RC4, RC5, RC6
CAST
```

Key Length for symmetric is 56-256 bits

<table><thead><tr><th width="131"></th><th></th></tr></thead><tbody><tr><td>DES</td><td><p><strong>Data Encryption Standard</strong></p><p>56 bit key encryption (16 cycles of 48 bit subkeys)</p></td></tr><tr><td>3DES</td><td><strong>Triple DES</strong><br>168 bit key encryption (48 cycles)</td></tr><tr><td>AES</td><td>Advanced Encryption Standard<br>A block of cipher uses a 128 bit block size and a 128-, 129, or 256 bit key size.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vulnableone.gitbook.io/vulnableone/offensive-treasure/penetration-testing/theory/symmetric-encryption.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
