# What is Keyoxide?
-Keyoxide is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans. It is built to be privacy friendly and secure, it can even be selfhosted.
+Keyoxide is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans. It is built to be privacy friendly and secure, it can even be self-hosted.
# Why does Keyoxide exist?
Keyoxide provides a solution to a modern problem: we humans have developed advanced methods of encrypting data and signing it. Unfortunately, it requires complicated tools that demand a minimal level of understanding cryptography and how keypairs work to leverage these technologies.
diff --git a/views/guides.php b/views/guides.php index 41b3739..aa674a1 100644 --- a/views/guides.php +++ b/views/guides.php @@ -13,7 +13,7 @@Beyond Keyoxide.org
How OpenPGP identity proofs workUploading keys using web key directory
- Selfhosting Keyoxide
+ Self-hosting Keyoxide
Are you a service provider?
Adding proofs
diff --git a/views/guides/encrypt.content.php b/views/guides/encrypt.content.php index f85286a..188db5f 100644 --- a/views/guides/encrypt.content.php +++ b/views/guides/encrypt.content.php @@ -11,7 +11,7 @@Open the keyoxide.org/encrypt page and paste the fingerprint in the Email / key id / fingerprint field.
Write a message in the Message field. Scroll down and press the ENCRYPT MESSAGE button.
-You have successfully encrypted the message! The encrypted message in the Message field can safely be sent via unsecure communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.
+You have successfully encrypted the message! The encrypted message in the Message field can safely be sent via unsecured communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.