Encrypted code snippet sharing for VS Code
Securely send and receive env vars, code snippets, and files to any GitHub user without leaving VS Code.
Setup
Download the SnippetDrop extension in the VS Code Marketplace and login with GitHub.
Send
Right-click any selected text or file and click Send via SnippetDrop. Enter the recipient's GitHub username.
Receive
View all received snippets in your SnippetDrop Inbox. Also view past sent snippets and block unwanted senders.
🔐 End-to-End Encryption
- 2048 bit asymmetric RSA encryption using node-rsa.
- Key pairs generated locally on your device.
- Private keys stay on your device; never uploaded.
- Encrypted snippets removed from servers upon recipient download or 7 days.
- Native support for multiple VS Code workspaces per user.
- Open sourced extension and encryption implementation on GitHub.