From abbe36c93004148cae27bca622125bd223199398 Mon Sep 17 00:00:00 2001
From: stcb <21@stcb.cc>
Date: Thu, 26 Sep 2024 21:43:35 +0300
Subject: [PATCH] MOD: Changed text
---
.../src/components/ProjectDescription.vue | 34 +++++++++++--------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/my-vue-app/src/components/ProjectDescription.vue b/my-vue-app/src/components/ProjectDescription.vue
index 94bcd7c..1e502f9 100644
--- a/my-vue-app/src/components/ProjectDescription.vue
+++ b/my-vue-app/src/components/ProjectDescription.vue
@@ -2,11 +2,11 @@
Project Description
-
+
What is Icing?
- Icing is a simple, lightweight, and efficient phone client designed to replace your daily calling application. It ensures end-to-end encryption of telephone communications by re-implementing SRTP (Secure Real-time Transport Protocol) and ECDH (Elliptic Curve Diffie-Hellman) protocols. SRTP encrypts the communication, while ECDH optimizes performance using a symmetric encryption key.
+ Icing is a simple, lightweight, and efficient dialer designed to replace your everyday phone app. It ensures end-to-end encryption of telephone communications by implementing a home-made, analogic-based voice encryption. Inspired by SRTP (Secure Real-time Transport Protocol), using ECDH (Elliptic Curve Diffie-Hellman).
@@ -14,15 +14,18 @@
Key Features
- End-to-End Encryption: Secure your calls with robust encryption protocols.
- - Transparency: If the other party doesn't use Icing, the call remains normal.
- - Icing Protocol: An open-source protocol including efficient data compression and an acoustic protocol for transmitting digital data over analog mediums.
+ - Transparent: If your peer doesn't use Icing, the call remains completely normal.
+ - Analogic-based: An open-source, exportable, protocol that works without internet.
How It Works
- During a call between two Icing users, voices are encrypted, compressed, and transmitted via the telephone network using the Icing Acoustic Protocol, which leverages MFSK (Multiple Frequency-Shift Keying) to transmit digital data over analog audio signals. The data is then decompressed, errors are managed and corrected, and finally decrypted before reaching the recipient.
+ Icing generates a cryptographic key pair for you. Share your public key with a neat QR code.
+
+
+ During a call between two Icing users, voices are encrypted, compressed, and transmitted via the telephone network using the Icing Acoustic Protocol.
@@ -32,18 +35,14 @@
We are a team of five dedicated individuals working on this solution:
-
-
- Back to Home
-
@@ -56,7 +55,7 @@ export default {