dsh-xor-cipher
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-xor-cipher
Paste the following prompt into your AI chat to install this plugin:
Install the dsh-xor-cipher plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-xor-cipher from the source address https://github.com/uckkk/dsh-xor-cipher.
About this plugin
In lightweight workflows you often need a quick pass of data obfuscation or reversible encryption without pulling in a heavyweight crypto library or tethering the process to an external network call. dsh-xor-cipher was built for exactly that scenario: a pure Node.js XOR cipher with zero network dependencies.
The core capability is refreshingly direct. Once the plugin is installed it registers a tool in the session; invoking that tool performs XOR encryption or decryption on your target data. There are no extra configuration knobs, no runtime network requests, and the behavior is lightweight and predictable, making it a natural fit for embedding into automation scripts, local admin pipelines, or CI tasks as a transparent, reversible encoding step.
Who is it for? If you are assembling a local toolchain and need a lightweight obfuscation layer for sensitive data fragments without heavy dependencies, or you want to drop a quick encoding step into a CI/CD pipeline, this plugin offers a simple and transparent solution under the permissive MIT license.
Use Cases
- Quick reversible obfuscation of sensitive data in local scripts
- Adding a lightweight encoding step to CI/CD pipelines
- Encrypting and decrypting data in offline automation tasks
Best For
- Developers assembling local lightweight toolchains
- Pipeline maintainers needing a zero-network encryption step
- Admin automation authors who prefer simple, MIT-licensed tools
Related Plugins
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.