# encoding
26 artikelengetagd met “encoding”
Beoordeling van steganografische aanvallen
Assessment of hidden payload delivery through steganography, zero-width characters, and encoding tricks.
Vaardigheidsverificatie: encoding en obfuscatie
Skill verification for Base64, Unicode, token smuggling, and encoding-based bypass techniques.
Community-uitdaging: encoding-puzzel
Decode a series of encoded payloads to find hidden flags, testing knowledge of encoding schemes, obfuscation techniques, and payload analysis.
Wekelijkse uitdaging: encoding gauntlet
A weekly challenge series focused on bypassing increasingly sophisticated encoding-based defenses through creative payload construction.
Tokenisatie en de beveiligingsimplicaties ervan
Hoe BPE- en SentencePiece-tokenizers werken, en hoe het gedrag van een tokenizer exploiteerbare aanvalsoppervlakken creëert, waaronder grensaanvallen, homoglyphen en encoding-trucs.
Tokenisatie en de beveiligingsimplicaties ervan
Hoe tokenisatie werkt en waarom het beveiligingsrelevant gedrag in taalmodellen veroorzaakt.
Beveiliging van de tokenizer
Hoe tokenisatie aanvalsoppervlak creëert in LLM-systemen: misbruik van BPE, token-boundary-aanvallen, edge cases bij encoding en tokenizer-bewuste adversarial technieken.
Grondbeginselen van encoding en obfuscatie
Explore how Base64, ROT13, and Unicode encoding can bypass input filters in LLM applications.
Lab: encoding- en obfuscatietechnieken
Hands-on lab exploring how text encoding, character substitution, and obfuscation methods can bypass LLM content filters and safety mechanisms.
Lab: encoding-bypasses
Test Base64, ROT13, hex, and Unicode encoding techniques to evade LLM content filters while preserving the semantic meaning of adversarial payloads.
Technieken om karaktercodering te omzeilen
Bypass input filters using Unicode normalization, homoglyph substitution, and mixed-script encoding.
Encoding Maestro-uitdaging
Solve 10 encoding puzzles that require creative use of Base64, Unicode, ROT13, and custom encodings to bypass filters.
Invisible Ink: uitdaging voor extractie van verborgen payloads
Extract a hidden flag by decoding multiple layers of obfuscation in model responses across encoded channels.
Geavanceerde encoding chain-aanvallen
Chain multiple encoding schemes to bypass multi-layer input filters in production LLM applications.
Lab: encoding omzeilen
Hands-on lab for systematically testing Base64, ROT13, Unicode homoglyph, hexadecimal, and combined encoding bypasses against LLM safety filters with measured success rates.
Lab: ontwijkingstechnieken via encoding
Hands-on lab using Base64, ROT13, Unicode normalization, and custom encoding schemes to evade input filters and safety classifiers in language model systems.
Lab: token smuggling en encoding omzeilen
Hands-on lab exploring how tokenization boundaries, token-level manipulations, and encoding tricks can smuggle attack payloads past safety classifiers.
Uitvoerfilter omzeilen via encoding
Bypass output safety filters by instructing the model to encode responses in Base64, hex, or custom schemes.
Geavanceerde encoding chain-aanvallen (prompt injection)
Een diepgaande verkenning van het aaneenschakelen van meerdere encodingschema's om injectie-payloads te maken die gelaagde invoerfilters en inhoudsclassifiers omzeilen.
Technieken om encoding te omzeilen
Het gebruik van Base64, ROT13, Unicode-transformaties, hex-encoding en andere obfuscatiemethoden om filters voor prompt injection en safety classifiers te omzeilen, met behoud van de semantische betekenis.
Cipher-gebaseerde jailbreak
Using ciphers, encodings, and coded language to bypass LLM content filters by transforming harmful requests into formats that safety classifiers do not recognize.
Ontwijking op basis van encoding
Using base64, ROT13, hexadecimal, Unicode, and other encoding schemes to evade input detection systems and bypass content filters in LLM applications.
Walkthrough: encodingketen-aanval
Chain multiple encoding transformations to bypass input filters that only decode one layer of encoding.
Walkthrough: encodingketen omzeilen
Walkthrough of chaining Base64, URL encoding, and Unicode tricks to bypass multi-layer input filters.
QR-code-injectie
QR-codes gebruiken als prompt-injectievectoren tegen vision-language-modellen, waarbij adversarial instructies worden gecodeerd in machinaal leesbare formaten die modellen decoderen en volgen.
Verdediging via Unicode-normalisatie
Step-by-step walkthrough for implementing Unicode normalization to prevent encoding-based prompt injection bypasses, covering homoglyph detection, invisible character stripping, bidirectional text handling, and normalization testing.