Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- cryptography
|
| 5 |
+
- binary-classification
|
| 6 |
+
tags:
|
| 7 |
+
- encrypted
|
| 8 |
+
- entropy
|
| 9 |
+
- backup
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Encrypted Binary Dataset for Entropy Analysis
|
| 13 |
+
|
| 14 |
+
This repository contains high-entropy encrypted binary blobs used for testing data transmission integrity and cryptographic storage robustness.
|
| 15 |
+
|
| 16 |
+
**Note:** All files are AES-256 encrypted. Access requires the specific decryption key generated during the compression phase. These files are not intended for public viewing but for storage reliability testing.
|