Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>XOR CryptoNew to Visual Studio Code? Get it now.
XOR Crypto

XOR Crypto

konlil

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

XOR Crypto Extension for VS Code

A simple VS Code extension that provides XOR encryption and decryption functionality for your documents.

Features

  • XOR encrypt your document content with a numeric key (0-255) or a string key
  • XOR decrypt previously encrypted content
  • Simple and fast operation
  • Works with any text document

Usage

  1. Open any text document in VS Code
  2. Press F1 or Ctrl+Shift+P to open the command palette
  3. Type and select one of the following commands:
    • XOR: Encrypt/Decrypt Document With A Number - to encrypt the current document with a number(0 ~255)
    • XOR: Encrypt/Decrypt Document With A String - to decrypt the current document with a string

Important Notes

  • Always remember your encryption key! You need the same key to decrypt the content.
  • When using Encrypt/Decrypt With Number, it is performed byte by byte, and the file will be automatically saved.
  • It's recommended to backup your documents before encryption.
  • This is a simple XOR encryption suitable for basic document protection.

Requirements

  • VS Code 1.60.0 or higher

Extension Settings

This extension does not contribute any settings yet.

Known Issues

None reported yet.

Release Notes

0.0.1

Initial release of XOR Crypto Extension:

  • Basic XOR encryption/decryption functionality
  • Numeric key(0-255) and string key support
  • Document-wide operation

0.0.2

  • Icon added.
  • When using Encrypt/Decrypt With Number, it is performed byte by byte, and the file will be automatically saved.

0.0.4

  • 使用Encrypt/Decrypt With Number时,原始文件的扩展名固定为xml,加密文件扩展名假设为固定.dat

Security Note

XOR encryption is a simple form of encryption and should not be used for securing sensitive information. This extension is intended for educational purposes and basic document protection only.

License

This project is licensed under the MIT License.

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