Curiosity Link is a Windows tool designed to facilitate secure access to local files, folders, and network locations from within cloud or on-premises Curiosity Workspaces through specially crafted links. It supports two URI schemes: curiosity-open:// for opening files and curiosity-show:// for revealing files or folders in File Explorer.
- Secure Links: Utilizes SHA3-512 Public/Private RSA key pairs to sign and verify links, ensuring the integrity and authenticity of accessed resources.
- Key Management: Provides commands to generate the required public/private key files automatically.
- Signature Verification: Verifies that accessed resources are authorized using SHA3-512 hashing and RSA signature padding.
- Download the latest release from the Releases page.
- Run the command
Curiosity-Link create-key-pairto create the required Public/Private key files. - Place the executable and the
curiosity-link.public-key.pemin a directory included in your user's devices, and schedule the 'Curiosity-Link.exe' to run once after login for your users, using for example a GPO Logon Script (this will register the URI schemas appropriately). - Upload the
curiosity-link.private-key.pemfile to your Curiosity Workspace. - Use the Curiosity CLI to sync your local and network folders to the Curiosity Workspace.