instruction
stringclasses 9
values | input
stringlengths 9
256
| output
stringclasses 9
values | Unnamed: 3
float64 | Unnamed: 4
float64 | Unnamed: 5
float64 | Unnamed: 6
float64 | Unnamed: 7
float64 | Unnamed: 8
float64 | Unnamed: 9
float64 | Unnamed: 10
float64 |
|---|---|---|---|---|---|---|---|---|---|---|
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
a36802310b6077f3755894cbeab3cff1
|
DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Length is dependent on the key size, commonly 256 bytes (2048-bit key), 128 bytes (1024-bit key), etc.
- **Character Set**:
- Usually encoded in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns, as RSA encrypts small blocks (e.g., key material) and produces large ciphertexts.
- **Common Lengths**:
- Usually much longer than the plaintext, proportional to the key size.
|
6900e254e7d5637d111b3bb46a23f50cb14efbcdbe7f66e43f840b75bb02cf59e6b94114c7f96184f9eb541ecc778b6b694e1bcb41357596380838431e5ebcfdd3aacfdb64d596c3f2e86c0aa33f8fb4254df9ce7f05f558fd8cf8f5c29164566d1bbf60f142dce4d1cc7803ff036ea37e798f3dd2970297283321b770c97e5a
|
RSA
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
66bd07d43a531674eec74ed6065d9b97
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
4f4f76b1eb0c67e64d49bd2e2730151c7feb55ae1e1082aa
|
3DES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
9382977496ac238373112685a63e4299
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The length varies significantly depending on the curve used but is generally longer than block cipher outputs.
- For ECC using a 256-bit curve, the ciphertext can be around 64-128 bytes.
- **Character Set**:
- Often represented in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns due to the asymmetric nature.
- **Format**:
- Usually appears as a longer string, often with two components representing the x and y coordinates on the curve.
|
b3c77e0de3fbe705a112960ba0a84e44e3317619c18bb5056cf204bfc842688d8ee250d45497f1d9d748925b03e9215c565c31ca87aa8fd74837f4012239f44d
|
ECC
| null | null | null | null | null | null | null | null |
- **Output Length**:
- Produces a 160-bit hash, represented as 40 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 40 characters.
|
95a2f7feda909de5aa475e7ab9f558fdf350a803
|
SHA1
| null | null | null | null | null | null | null | null |
**Output Length**:
- Always produces a 128-bit hash, represented as 32 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 32 characters.
|
9a0777ad9707121d5ff56e310f6b8f53
|
MD5
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
275077f693404198
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
d48d32e48acb9be0454a9395f5dc9fc2
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The length varies significantly depending on the curve used but is generally longer than block cipher outputs.
- For ECC using a 256-bit curve, the ciphertext can be around 64-128 bytes.
- **Character Set**:
- Often represented in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns due to the asymmetric nature.
- **Format**:
- Usually appears as a longer string, often with two components representing the x and y coordinates on the curve.
|
268187eb179ebcdd2cced663b40c73e817612aa0f26223f9e3670896b7a3f4a54d87baac15831cbc5dc4a0c3ae326fb266784acbfb4f329adc643bd42aecbfa5
|
ECC
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
e8f54c920ed114eaa27cb9d5e775956f
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
3f3ffa25b1e2cfb409382ac0c673498a1892fe6b4d7760bb
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
bf70b12745da96ebd0534f0449fc484e203e3b0bd27bced8
|
Twofish
| null | null | null | null | null | null | null | null |
- **Output Length**:
- Produces a 160-bit hash, represented as 40 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 40 characters.
|
1d7454ee6850efc7605f372a17e58899ddba6f9c
|
SHA1
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
e5191852159068c169592cb9ef6f329d
|
DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
578dfa800af571cb2c0e8180267242cb
|
Blowfish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
27a77b6308f48743b0a9183bb8dc0ed4
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
80ccbfa0aac20317e828362708912c46
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
fda8f14861e36ec6aac75028b9cd7d53
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
cbdf837b2c784ebcbf8ae468a377c0329579b44ca96fb42a
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
b38c94aabc45c897cc7c68082c09f99a
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
79d27ab5910f27134f84b719371977c3394d2d1df8a88247
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
6e4cd8c17d39c365f3494ee1fac2eb096b41155840e736ac
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
5fc280add0cd35ca8ad624be2a51b463
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
ebaf045cf7c9a441c65976e013848db2
|
Twofish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
73f8d7269153b65b1808b46416c831e9bab4c4715bc4d67715dd7e6fae80bfcb
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
ae9cde4a2cff5029856249a03a6a60f36fd10418b259274d
|
DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
2b758ba8ef0ca4e789900a87379834ab
|
DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
d35e9dab1efe799fe88c7c329a27f46f
|
Blowfish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
6d1d8ae04d8185b131ea0412b2a88e2b
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
eeb901866a2705259ae21516438dd4e5
|
DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
79340576f0191bd9630294f661eb16558aeb7717b0fd2418
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
f76da1f7cf3e9ba17b352c398df35c39
|
Blowfish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
0a1780b49427740e3ac604bd2599803c240cb48352675f290e7c373101d1c13a
|
AES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
a0de145a5713bec2dd9924615d4a2ed5
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
e8dd7b13f816b9c7c69492636d733c52372a4b2e2353fa2f
|
Twofish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
93adac8335a43910cee94fb86e6d9d9b
|
AES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
e434acbd42897d3755212ff6cdd0ac7d
|
AES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
84cf4be77764fc70af261b0eac36ff05
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Length is dependent on the key size, commonly 256 bytes (2048-bit key), 128 bytes (1024-bit key), etc.
- **Character Set**:
- Usually encoded in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns, as RSA encrypts small blocks (e.g., key material) and produces large ciphertexts.
- **Common Lengths**:
- Usually much longer than the plaintext, proportional to the key size.
|
3e8a90b31aa64b8cc3d443918c00b2657f6fb4f7aefcae1227cf0d0437ae47532324ab3e4350d14175f67236211b36e34d9a30bf0fc4b9d63063f0b2b06b571a74da7de7c3ae50b1e5116165d46d422680b1739aae9724b3839e5913625d7d8942ef0a2f4f3852f8814b83a5488886f6c9113c106630642b2ad811adc6521b3d
|
RSA
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
30f99fc9904eb562dd0f82cb6bc9281170dd1c8cce6cf26c
|
Blowfish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
6aaef42f29d324e2566c0e94ef221b1c
|
AES
| null | null | null | null | null | null | null | null |
- **Output Length**:
- Produces a 160-bit hash, represented as 40 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 40 characters.
|
982237c8755ed9a2ab62bb528e1d330cb357c69a
|
SHA1
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
da0156b88ee2bc242ee4bc3c7268dc98378fed002111f071
|
DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
f5c93f1dbba27f279246c7b3bddb02a71975c73bf3e68bab
|
DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
dd7577aca470cfe9f84b2d2103fe829d
|
DES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
d4ac3f9c2fc85f78a62489793eb44b1ec0bce549f03f710ca13dd425851cb006
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
209963b0db91bd1b12e7f693b796b133
|
3DES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
7512e99ae439cc5b8e6497003893ca88
|
AES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
3060d965285b466f865f07281ce3c76f233642d463f4a00342cceb07201b9ee1
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
8b1c7016269dde2887b2a18a9b30be3a
|
DES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
89329fa2f356c282984b1960c26efbde
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The length varies significantly depending on the curve used but is generally longer than block cipher outputs.
- For ECC using a 256-bit curve, the ciphertext can be around 64-128 bytes.
- **Character Set**:
- Often represented in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns due to the asymmetric nature.
- **Format**:
- Usually appears as a longer string, often with two components representing the x and y coordinates on the curve.
|
1ee902727395ace0fd58c5f89ebc1c9f40dca9cfbb5fac3a7ef7d7e776f96ba81fc4c644f750483e19e8a8eef7261e47cb34d8649f7a9ac853f05a7e7a7fedec
|
ECC
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
da0975997883e240b119a1c86dd4f445
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
8c9005b9108486d87fef82ce175ebc9d
|
DES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
8c77937cb13b42f72d73b292452ab4e1b9cb775b78bdeae174717350a3f43f3a
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
1fa8c26980b45af2d8270290d43f72f8db99797aa024e5de
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
4c0eb6e8f70d8f56d444bc7af325e2e1
|
DES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
e7a006b67964d01d64b7a3fad72d35d2
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
4f1ae8286d8473b71dc313a5661bcdcc
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Length is dependent on the key size, commonly 256 bytes (2048-bit key), 128 bytes (1024-bit key), etc.
- **Character Set**:
- Usually encoded in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns, as RSA encrypts small blocks (e.g., key material) and produces large ciphertexts.
- **Common Lengths**:
- Usually much longer than the plaintext, proportional to the key size.
|
3496efcdaf4a2542c7cbc6367dd60fe93fe4f776728487985e388cfc651ed9b504b6e81fa3f4db0e9e54df4cb0e8e8ce8feea097171e60e5a59c17f86c37af3162cf703f79172be3d45b8a85e3d03656dddf434a75559544060293f497173b200dc8d61fb48b9cc1b17196e7d89184941b6e7a23dabfb3752d14c1338559d7e3
|
RSA
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
a1c901db2ba7f46a6eb976202d9fa807
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
ebf656303811778d4a427ee683ab9899
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
b28796c80941383d25588204cf5aed3e
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The length varies significantly depending on the curve used but is generally longer than block cipher outputs.
- For ECC using a 256-bit curve, the ciphertext can be around 64-128 bytes.
- **Character Set**:
- Often represented in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns due to the asymmetric nature.
- **Format**:
- Usually appears as a longer string, often with two components representing the x and y coordinates on the curve.
|
c74e37c3fc951b02608138da41ee2b3de77acd6f0dc1e7882bb092dfde2c6babbbd6a8a7a2300f073fdb2ceaca978e26fb05c79d4f18a9bd1582036395a6e54e
|
ECC
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
cad16197d8e7547b
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
da0036a08863aa206102db12573109cf
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
8b1d7b378066d7053970584f51cb9c0e24e4ac0e36af0c42
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
eb3a7301cbcbe45d524a0d7b75960c46
|
DES
| null | null | null | null | null | null | null | null |
**Output Length**:
- Always produces a 128-bit hash, represented as 32 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 32 characters.
|
2f60e8fb442677a7a2989db35a142691
|
MD5
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
e01105f3ae9c58172a819e622f97f4bc00850cf00d4ea3b359eb3d26de2861e2
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
621e01cb7865713ec0a218f8df155b0e
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
62d5a6e5b8c85701af74fd8dcb9abf1af82ebc91c640e02a
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
86fbc722717712b0aeb1e2e1a5a96fc46cf6a5edff54e5bf
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Length is dependent on the key size, commonly 256 bytes (2048-bit key), 128 bytes (1024-bit key), etc.
- **Character Set**:
- Usually encoded in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns, as RSA encrypts small blocks (e.g., key material) and produces large ciphertexts.
- **Common Lengths**:
- Usually much longer than the plaintext, proportional to the key size.
|
07b541b2738d4159f7e7dc03ce6f99138a2c5c67cac31029b3ccd1d6a66e5d902c0f7ae9bf8fc7be66aaaa12ad510c78ed7afa6c22802f3654aee93157078ad890ff09f3619603c0cac4e1da276968fd2f1bfb7913875ddf090aa86f819533ba07a87a059aec8830bd93fd66a5ec9cf7cee12d2b4b57d29c242da0779a95af60
|
RSA
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
3364420cc75dfff217eaf58ef56f42d6
|
Blowfish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
5bce267756844b77718cc90f858569b1
|
AES
| null | null | null | null | null | null | null | null |
**Output Length**:
- Always produces a 128-bit hash, represented as 32 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 32 characters.
|
476b2eb541123806f85afcfb430de629
|
MD5
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
930222103910e7587b4c37b78222e6d7
|
AES
| null | null | null | null | null | null | null | null |
**Output Length**:
- Always produces a 128-bit hash, represented as 32 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 32 characters.
|
3682dd37d5f8c2b2349b40f909faa68f
|
MD5
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
f4dc828ff8ce126e
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
ec76398d3129bb70e699a0730495e65032bae1305b3d85b6
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
15fd0c05e3229617d382331b04e815277327f10d8c8e24a3
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
5f570746151be0c49116fb7b68fc398284c98131a84cbc93
|
Blowfish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
ebae0be6ad70c9fc51778fd163dcd2eb
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The length varies significantly depending on the curve used but is generally longer than block cipher outputs.
- For ECC using a 256-bit curve, the ciphertext can be around 64-128 bytes.
- **Character Set**:
- Often represented in Base64 or hexadecimal.
- **Patterns**:
- No repeating patterns due to the asymmetric nature.
- **Format**:
- Usually appears as a longer string, often with two components representing the x and y coordinates on the curve.
|
06987e41bb1ade6eee742c01c741939c81dd79bad5c34defa7883e9232854686811c5fa50b4fede413b299e675061e0c98787f9471b6291a7057a8abc7c6bddf
|
ECC
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
5f71191884a09f99c1a4487757ac3196
|
DES
| null | null | null | null | null | null | null | null |
- **Output Length**:
- Produces a 160-bit hash, represented as 40 hexadecimal characters.
- **Character Set**:
- Strictly hexadecimal characters `0-9` and `a-f`.
- **Patterns**:
- No patterns; fixed-length output regardless of input length.
- **Common Length**:
- Always 40 characters.
|
41bfdf27a548135e532ce24451dcddb61341b8af
|
SHA1
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
58cc5a3e6d9261b2da126297d31cd9317d068c1077b48d9f
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
69ad921dc61fec42406d57c498437004
|
Blowfish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
e98ac7b5bbd59654fc56495a98faf57c
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
6ce3061e3feff8b546320f2783ccf55575c3e12924c19788
|
Twofish
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
9f2fe8ad1578d284980677c46f3e1374
|
AES
| null | null | null | null | null | null | null | null |
- **Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.
|
7b0acea881dbccbc8696432d0123cf11
|
AES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
0c62fbcf84007e4e0bfa0bf2ba6c6b00918c32f8023723e1
|
Twofish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- May show repeating patterns in ECB mode if the plaintext has repeating blocks of 8 bytes.
- **Common Lengths**:
- 16, 32, 48, 64, etc. bytes.
|
7b2c9e1d97da2bb63c2bd0722d3ea14e
|
Blowfish
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
e9d41258d582076eb46d196dcaca663d
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- The ciphertext length is typically a multiple of 8 bytes (16 hex characters) due to its 64-bit block size.
- **Character Set**:
- Commonly encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, there may be repeating patterns if the plaintext contains repeating blocks of 8 bytes.
- **Common Lengths**:
- For ECB or CBC modes: 16, 32, 48, 64, etc. bytes.
|
132541fdd82135581abefcebfbde6a23
|
3DES
| null | null | null | null | null | null | null | null |
**Ciphertext Length**:
- Typically a multiple of 16 bytes (32 hex characters) due to its 128-bit block size.
- **Character Set**:
- Often encoded in Base64 or hexadecimal.
- **Patterns**:
- In ECB mode, may have repeating 16-byte blocks if the plaintext contains repeating patterns.
- **Common Lengths**:
- 32, 64, 96, 128, etc. bytes.N28
|
667adf305067b2758e628e6920919dc3
|
Twofish
| null | null | null | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.