You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Findex has been published as a scientific paper in the IACR ePrint archive: <htt
22
22
23
23
Findex server is a high-performance, open-source server application written in Rust that implements the Findex protocol and offers a REST API to store encrypted indexes and perform search queries on them. Findex Server mainly is an authentication layer and therefore all data-critical manipulations are performed by a database.
24
24
25
-
The server is designed to be used in conjunction with the [Eviden CLI](../kms_clients/index.md), a command-line interface that allows users to interact with the server.
25
+
The server is designed to be used in conjunction with the [Eviden CLI](../key_management_system/kms_clients/index.md), a command-line interface that allows users to interact with the server.
26
26
27
27
### Threat Model
28
28
@@ -79,7 +79,7 @@ architecture-beta
79
79
80
80
By leveraging client-side encryption, Findex ensures that sensitive data remains secure and private, even when stored and processed on an untrusted server.
81
81
82
-
The Findex server, written in Rust and using the Actix-web framework, is a REST-API server used to store encrypted indexes and perform search queries on them. It is designed to be used in conjunction with the [Eviden CLI](../kms_clients/index.md), which is a command-line interface that allows users to interact with the server.
82
+
The Findex server, written in Rust and using the Actix-web framework, is a REST-API server used to store encrypted indexes and perform search queries on them. It is designed to be used in conjunction with the [Eviden CLI](../key_management_system/kms_clients/index.md), which is a command-line interface that allows users to interact with the server.
Copy file name to clipboardExpand all lines: documentation/docs/quick_start_client.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Using the Eviden CLI
2
2
3
-
The [Eviden CLI](../kms_clients/index.md) allows to interact both with the
3
+
The [Eviden CLI](../key_management_system/kms_clients/index.md) allows to interact both with the
4
4
**KMS server** and **Findex server**. Then you can realize the following operations
5
5
illustrated in [encrypted database](./database.md#how-to-securely-index-new-data).
6
6
7
7
As prerequisites, you need to have:
8
8
9
9
- the Eviden CLI installed on your machine. You can download the latest version of the Cosmian CLI from the [Cosmian package website](https://package.cosmian.com/cli).
10
-
- a running KMS server: follow the instructions in the [quick start guide](../key_management_system/installation/installation_getting_started.md/).
10
+
- a running KMS server: follow the instructions in the [quick start guide](../key_management_system/installation/installation_getting_started.md).
11
11
- a running Findex server: follow the instructions in the [quick start guide](./quick_start.md).
12
12
13
-
Depending on the authentication of these 2 servers, the configuration will have to be adapted. Refer to the [configuration documentation](../kms_clients/configuration.md) for more information.
13
+
Depending on the authentication of these 2 servers, the configuration will have to be adapted. Refer to the [configuration documentation](../key_management_system/kms_clients/configuration.md) for more information.
Please refer to the [configuration documentation](../kms_clients/configuration.md) for more information on how to configure the Eviden CLI.
99
+
Please refer to the [configuration documentation](../key_management_system/kms_clients/configuration.md) for more information on how to configure the Eviden CLI.
0 commit comments