dsh-bcrypt
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-bcrypt
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-bcrypt in DeepSeek Harness to install this local password hashing plugin. Source code: https://github.com/uckkk/dsh-bcrypt. After installation, add dsh-bcrypt to dsh.profile.bundles in your profile to activate it.
About this plugin
Password hashing is the most fundamental yet most easily overlooked security step in admin-facing systems. Many teams offload it to a backend API or a third-party service, which means the raw credential leaves the local machine at some point. dsh-bcrypt takes a simpler path: it wraps the two mainstream slow-hash algorithms, PBKDF2 and scrypt, into a pure-Node, fully local tool with zero network calls and no external service dependencies. The password never leaves your host.
Once installed, the plugin registers hash tools directly into the current session. You invoke them conversationally to complete a full password-derivation flow in place, with no extra HTTP server to stand up and no browser-side library to pull in. The implementation relies on Node's built-in crypto module, keeping the dependency footprint minimal and the code straightforward to audit.
If you are adding local password-hashing capability to an internal admin panel, a CLI management tool, or an agent workflow, and you want to avoid any additional network hop or heavyweight dependency, dsh-bcrypt offers a lightweight, transparent option. It suits security engineers, solo developers, and any admin project where data residency is a hard requirement.
Use Cases
- Adding local password derivation to an internal admin panel
- Performing credential hashing and verification offline in CLI scripts
- Password hashing in agent workflows without network dependencies
Best For
- Security engineers building internal admin panels
- Solo developers needing zero-network password processing
- Ops teams with data-residency compliance requirements
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.