Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>safe markdownNew to Visual Studio Code? Get it now.
safe markdown

safe markdown

safe_markdown

|
271 installs
| (0) | Free
markdown auto encryption and decryption
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

safe_markdown

markdown auto encryption and decryption

  • with .md suffix, eg. your-file-name.md
  • with Right-click menu

useage

  1. make ras private key and pub key

  2. config your vscode

export VSCODE_SAFE_MARKDOWN="/path-to-your/xx_rsa"

pub key path = ${VSCODE_SAFE_MARKDOWN}+".pub"

  1. Right-click your markdown file , encrypt or decrypt it.

about encryption file

{
    "key":"RSA(uuid)",
    "data":"AES-128-cbc(txt,uuid)"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft