Collaboration
Join us in building the most secure coding environment for developers.
Our Story
ENC was born out of a personal necessity. As a developer working on sensitive trading algorithms and production automation scripts, I realized that deploying code to a standard VPS or cloud server meant exposing my intellectual property to anyone with root access or physical disk access.
Existing solutions were either too complex (full disk encryption requiring remote unlock) or too cumbersome (manual GPG encryption). I wanted a solution that felt like a local folder but was physically secure on the remote end.
Thus, ENC (Encrypted Coding) was built—a tool to scratch my own itch, now open-sourced for the community.
How to Contribute
We welcome contributions from security enthusiasts, Go/Python developers, and anyone passionate about privacy.
Ways to Help
Code: Pick up an issue on GitHub. We specifically need help with the VS Code Extension and GitHub Auto-Sync features.
Security Audit: If you are a security researcher, we’d love your eyes on our architecture.
Documentation: Improve these docs or write tutorials.
Submitting a Pull Request
Fork the repository.
Create a feature branch:
git checkout -b feature/my-new-featureCommit your changes.
Push to the branch:
git push origin feature/my-new-featureOpen a Pull Request on GitHub.
Contact
Have an idea or want to collaborate closer? Reach out to Pranjal Bhaskare on GitHub (@Pranjalab).