AI Agent Hub
Back to plugins
🧩

DSH-Encrypt

admin-security Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install yauntyour/DSH-Encrypt

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, you can install the DSH-Encrypt plugin using the command 'dsh plugin install yauntyour/DSH-Encrypt' with the source code at https://github.com/yauntyour/DSH-Encrypt.

About this plugin

Managing credentials in DSH environments often involves risks of plaintext exposure, and the DSH-Encrypt plugin addresses this by offering robust encryption. It enables single-file dual-form storage, converting between plaintext YAML and secure AES-256-GCM ciphertext JSON in place, without file migration or duplication. Key capabilities include Argon2id key derivation, brute-force lockout protection, and leak detection with output redaction, ensuring passwords never touch disk and plaintext is never cached. Designed for DSH users, system administrators, and developers, especially those handling sensitive credentials like API keys or tokens, it simplifies encryption while boosting security, making credential management more reliable and secure.

Use Cases

  • Encrypt and store API keys and access tokens
  • Protect credential security in development and testing environments
  • Enable encrypted credential management during system deployments

Best For

  • Administrators and users of the DSH platform
  • Developers who need to handle sensitive data securely
  • Operations teams responsible for system security