Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>code-secret-maskerNew to Visual Studio Code? Get it now.
code-secret-masker

code-secret-masker

shuu

|
69 installs
| (0) | Free
Masks sensitive parts of your code. Enables secure screen sharing, even if your codes contain keys.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

code-secret-masker

Masks sensitive parts of your code. Enables secure screen sharing, even if your codes contain keys.

Features

  1. Mask secrets.(secret-masking)
  2. Duplicate codes and mask secrets.(secret-masking-new)

Example

Before After
name: name name: name
password: foo password*****
email: bar email: bar
key: baz key*****
external-secrets: qux external-secret******
pass: quux pass******

Requirements

  • (Required) mask-keyword.json on your vscode.workspace.rootPath
    • key value file (e.g. {"keys":["key","password","secret"]})

[!IMPORTANT]
Only the string following the "key" will be masked.

Extension Settings

Future tasks

Known Issues

Future tasks

Release Notes

2024/4/13 v1.0.0 Released.

1.0.0

Initial release of code-secret-masker.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft