dsh-caesar
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-caesar
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-caesar in DeepSeek Harness to install the Caesar cipher plugin. Source: https://github.com/uckkk/dsh-caesar
About this plugin
When you need to encrypt or decrypt a short piece of text right inside a conversation, the default instinct is to hit an external API or a cloud function. dsh-caesar offers a different path: it runs the classic Caesar cipher entirely on your local Node runtime, with zero network calls and zero external services, so your plaintext never leaves the machine.
Its scope is deliberately narrow and transparent: once registered as a session tool, you simply invoke it in-chat to perform Caesar encryption or decryption on any string. No server to stand up, no key store to configure, no async callbacks to chase. The pure-Node implementation means no binary dependencies and fully deterministic, offline-reproducible behaviour.
It is well suited for developers who want to quickly obfuscate keywords or short phrases in a chat, instructors who teach classical cryptography in a live session, and security-minded users who prefer not to hand any plaintext to a third-party API. Lightweight, auditable, and MIT-licensed — skim the source for two minutes before you rely on it.
Use Cases
- Quickly obfuscating keywords or short phrases in a chat
- Demonstrating Caesar cipher encryption and decryption in a teaching session
- Local text encryption without sending plaintext to any third-party API
Best For
- Developers who need lightweight text encryption directly in a session
- Instructors teaching classical cryptography in a live setting
- Privacy-conscious users who prefer all processing to stay local
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.