dsh-vigenere
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-vigenere
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-vigenere; the source repository is available at https://github.com/uckkk/dsh-vigenere
About this plugin
In security education and cryptography exercises, we often need a lightweight, offline symmetrical cipher tool that works out of the box. dsh-vigenere fills exactly that niche: it implements the classic Vigenere cipher in pure Node.js, completing the entire encryption and decryption cycle locally with zero network calls—convenient for air-gapped environments and eliminating the risk of sensitive data leaving the machine.
The plugin stays focused on one job. Once installed, it registers a set of Vigenere cipher tools inside a DeepSeek Harness session, so you can simply describe your encryption or decryption need in natural language and get the result. There is no sprawling dependency tree, no additional service process—install and go, with transparent logic that makes it easy to verify classic symmetric-algorithm behavior in teaching demos, script automation, or security audits.
It is best suited for self-taught security learners, cryptography course instructors, and developers who need quick, local text encryption experiments. If you are curious about how classical ciphers work under the hood, or you want to run a full symmetric encrypt-decrypt round-trip in a network-free sandbox, this plugin offers a clean, zero-dependency starting point.
Use Cases
- Demonstrating classic symmetric cipher principles in security courses
- Running text encryption and decryption experiments in air-gapped sandboxes
- Quickly validating cryptographic logic in script automation
Best For
- Self-taught security learners and cryptography course students
- Developers needing lightweight local encryption in network-restricted environments
- Algorithm enthusiasts curious about classical cipher mechanics
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.