diff --git a/docs/chat/introduction.md b/docs/chat/introduction.md new file mode 100644 index 00000000..4419db45 --- /dev/null +++ b/docs/chat/introduction.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +--- + +# An Introduction to Cwtch P2P Chat \ No newline at end of file diff --git a/docs/groups/introduction.md b/docs/groups/introduction.md new file mode 100644 index 00000000..6eb8e199 --- /dev/null +++ b/docs/groups/introduction.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +--- + +# What are Cwtch Groups? \ No newline at end of file diff --git a/docs/intro.md b/docs/intro.md index 997c7b8c..75d7534a 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -11,11 +11,11 @@ Cwtch (/kʊtʃ/ - a Welsh word roughly translating to “a hug that creates a sa * **Metadata Resistant**: Cwtch has been designed such that no information is exchanged or available to anyone without their explicit consent, including on-the-wire messages and protocol metadata. - -** See also: [Create a profile](/docs/profiles/create-a-profile)** - # Security, Encryption and Safety +For a more in depth look at the security, privacy and underlying encryption technology used in Cwtch, please +consult our [Security Handbook](https://docs.openprivacy.ca/cwtch-security-handbook/) + ## Identity, or What exactly is a Cwtch Profile? With Cwtch you can create one of more **Profiles**. Each profile generates a random ed25519 keypair compatible with @@ -23,6 +23,8 @@ the Tor Network. This is the identifier that you can give out to people and that they can use to contact you via Cwtch +** See also: [Create a profile](/docs/profiles/create-a-profile)** + ## Peer to Peer, 2-party Conversions ![](/img/BASE_3.png)