Skip to content

Commit f25d7f2

Browse files
Update README.md
1 parent 33c32ba commit f25d7f2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# curiosity-link
1+
# Curiosity Link
2+
3+
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](https://curiosity.ai/workspace) 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.
4+
5+
## Features
6+
7+
- **Secure Links**: Utilizes SHA3-512 Public/Private RSA key pairs to sign and verify links, ensuring the integrity and authenticity of accessed resources.
8+
- **Key Management**: Provides commands to generate the required public/private key files automatically.
9+
- **Signature Verification**: Verifies that accessed resources are authorized using SHA3-512 hashing and RSA signature padding.
10+
11+
## Installation
12+
13+
1. Download the latest release from the [Releases](https://github.com/curiosity-ai/curiosity-link/releases) page.
14+
2. Run the command `Curiosity-Link create-key-pair` to create the required Public/Private key files.
15+
3. Place the executable and the `curiosity-link.public-key.pem` in 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).
16+
4. Upload the `curiosity-link.private-key.pem` file to your Curiosity Workspace.
17+
5. Use the Curiosity CLI to sync your local and network folders to the Curiosity Workspace.

0 commit comments

Comments
 (0)