Skip to content

vscode extension, markdown auto encryption and decryption

Notifications You must be signed in to change notification settings

wittwitt/vscode_safe_markdown

Repository files navigation

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)"
}

About

vscode extension, markdown auto encryption and decryption

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published