1 रिपॉजिटरी
Techniques for isolating server processes to prevent attackers from accessing the host system.
Distinct from SSH Server Hosting: Distinct from SSH Server Hosting by focusing on the security isolation (sandboxing) of the process rather than the act of hosting the server.
Explore 1 awesome GitHub repository matching security & cryptography · Process Isolation. Refine with filters or upvote what's useful.
This project is a portable implementation of the secure shell toolset designed for deployment across diverse operating systems and platforms. It provides a suite of tools for secure remote login and command execution based on the secure shell protocol. The implementation includes a sandboxed server that isolates processes to limit the impact of potential vulnerabilities on the host operating system. It also functions as a cryptographic key manager for generating and storing security keys to replace or supplement password-based authentication. The project covers encrypted file transfer for mo
Implements a sandboxed server that isolates processes to limit the impact of potential vulnerabilities on the host operating system.