Masks sensitive parts of your code. Enables secure screen sharing, even if your codes contain keys.
- Mask secrets.(secret-masking)
- Duplicate codes and mask secrets.(secret-masking-new)
Before | After |
---|---|
name: name | name: name |
password: foo | password***** |
email: bar | email: bar |
key: baz | key***** |
external-secrets: qux | external-secret****** |
pass: quux | pass****** |
- (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.
Future tasks
Future tasks
2024/4/13 v1.0.0 Released.
Initial release of code-secret-masker.