2 repositorios
Mechanisms for securely verifying identities and credentials during the process of mounting a filesystem volume.
Distinct from Mount Validation: The candidates focus on mount validation (allowlists), encryption, or coordination, but not the specific process of requesting and passing user credentials for authentication.
Explore 2 awesome GitHub repositories matching security & cryptography · Mount Authentication. Refine with filters or upvote what's useful.
WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file systems that appear as standard disk drives or network shares to the operating system, allowing developers to implement file system logic in user space via a proxy architecture that avoids the need for custom kernel code. A primary differentiator is its FUSE compatibility layer, which maps POSIX-based file system calls to native Windows requests. This allows existing file systems written for the FUSE API to be ported to Windows and Cygwin environments. The project covers a wide ra
Prompts users for passwords during the mounting process and passes them securely for authentication.
SSHFS-Win is a Windows implementation of SSHFS that mounts remote directories over SSH as local Windows drives, enabling seamless file access as if they were local network drives. It provides both command-line and graphical interfaces for creating, managing, and disconnecting SSHFS mounts, supporting password or SSH key authentication with optional credential storage in the Windows Credential Manager. The project extends beyond basic SSH mounting to support a wide range of remote file access scenarios, including mounting cloud storage services like Azure Blob or Amazon S3, distributed POSIX f
Prompts for passwords before mounting and optionally saves credentials in Windows Credential Manager.