Skip to content

Commit 0f6fa3f

Browse files
committed
fix typos
1 parent 4c8c731 commit 0f6fa3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2025-06-17-hiding-in-plain-sight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Traditional security tools, like Data Loss Prevention (DLP) systems, are trained
2020

2121
The core idea is a sophisticated form of steganography, the art of hiding messages in plain sight. But unlike traditional methods that flip the least significant bits in an image pixel, VectorSmuggle uses techniques tailored for the floating-point, high-dimensional nature of embeddings.
2222

23-
The research paper outlines several methods:
23+
The research outlines several methods:
2424

2525
1. **Rotation:** The vector (our point on the map) is slightly rotated. The precise angle and axis of this tiny rotation encode the hidden data.
2626
2. **Scaling:** The vector is made fractionally longer or shorter. The exact scaling factor is used to represent the secret information.
@@ -41,7 +41,7 @@ By leveraging this position, the attacker can:
4141

4242
### A Tool for Research and Defense
4343

44-
The VectorSmuggle project isn't just a paper; it's a comprehensive, open-source framework built for security professionals. By demonstrating a viable attack, it provides red teams with a new vector to test and blue teams with a clear mandate to build new defenses.
44+
The VectorSmuggle project isn't just an upcoming paper; it's a comprehensive, open-source framework built for security professionals. By demonstrating a viable attack, it provides red teams with a new vector to test and blue teams with a clear mandate to build new defenses.
4545

4646
The research shows this technique is not just theoretical. It achieves a significant data-hiding capacity and, crucially, an **88% evasion rate** against a standard anomaly detector.
4747

0 commit comments

Comments
 (0)