Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hash & Base64 ToolkitNew to Visual Studio Code? Get it now.
Hash & Base64 Toolkit

Hash & Base64 Toolkit

kenzi.ai

|
4 installs
| (0) | Free
Generate hashes and Base64 encodings from text inside VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hash & Base64 Toolkit

Hash & Base64 Toolkit is a VS Code extension by Kenzi.ai.

It lets you paste or select text inside VS Code, then generate multiple hashes and encodings in one place with one-click copy for every result.

Features

  • Sidebar toolkit inside the VS Code Activity Bar
  • Full panel view command
  • Per-result copy button with copied-state feedback
  • Hash selected editor text directly into the sidebar
  • Native hashing where available, with SHA-3 fallback in unsupported VS Code runtimes

Supported outputs

  • MD5
  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512
  • SHA3-224
  • SHA3-256
  • SHA3-384
  • SHA3-512
  • RIPEMD160
  • Base64
  • Base64 URL
  • Hex
  • Binary

How to use

Sidebar

  1. Open the Hash Toolkit icon from the Activity Bar.
  2. Enter or paste text.
  3. Click Generate.
  4. Click Copy on any output.

Command Palette

Run any of these commands:

  • Hash & Base64 Toolkit: Open
  • Hash & Base64 Toolkit: Focus Sidebar
  • Hash & Base64 Toolkit: Hash Selection

Local development

  1. Open this folder in VS Code.
  2. Run npm run build.
  3. Press F5.
  4. In the Extension Development Host, open Hash Toolkit from the Activity Bar.

Notes

  • SHA-3 values use the native runtime when available.
  • If the VS Code extension host does not support SHA-3 natively, the extension uses an internal fallback implementation and still returns the correct result.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft