Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>CyphileNew to Visual Studio Code? Get it now.
Cyphile

Cyphile

Mega-T

|
5 installs
| (0) | Free
A Visual Studio Code extension to encrypt and decrypt files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cyphile

version coverage

Cyphile is an extention that enrypts and decrypts files.

Features

  • Enrypt the currently openned file in the editor.
  • Decrypt the currently openned file in the editor.
  • Enrypt files in a directory (excluding sub-directories).
  • Decrypt files in a directory (excluding sub-directories).

Usage

Encrypt a file

  • Open the command palatte - Shift + Command + P (Mac) / Ctrl + Shift + P (Windows/Linux)
  • Find the encryption command - cyphile:cypher / cypher
  • Enter a secret to protect the file encrypt-example

Decrypt a file

  • Open the command palatte - Shift + Command + P (Mac) / Ctrl + Shift + P (Windows/Linux)
  • Find the decryption command - cyphile:decypher / decypher
  • Enter the secret used to protect the file decrypt-example

Encrypt a directory

  • Open the command palatte - Shift + Command + P (Mac) / Ctrl + Shift + P (Windows/Linux)

  • Find the encrypt directory command - cyphile:cypher directory / cypher directory

  • Select a folder/directory

  • Enter a secret to protect the files encrypt-directory-example

    Decrypt a directory

  • Open the command palatte - Shift + Command + P (Mac) / Ctrl + Shift + P (Windows/Linux)

  • Find the decrypt directory command - cyphile:decypher directory / decypher directory

  • Select a folder/directory

  • Enter the secret used to protect the files decrypt-example

Dependencies

The extension use cryptr for encryption and decryption purposes.

Release Notes

1.0.0 - (08/02/2025)

Initial release.

Features added:

  • Encrypt a file
  • Decrypt a file

1.1.0 - (02/03/2025)

Added new features.

Features added:

  • Encrypt all files in a directory (excluding sub-directories)
  • Decrypt all files in a directory (excluding sub-directories)

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