WHATSAPP EKE DATE EKA

GHost_94

Well-known member
  • Jan 14, 2022
    649
    799
    93
    encryption means jumbling a readable message into a set of meaningless characters so a third party can't read the message. In order to read the message the receiver had to unjumble the message by a secret key.
    On standard encryption, receiver should know the secret key. In order to do that, the sender should send secret key to the receiver in some point.
    So in order to reduce that vulnerability end to end encryption is using.

    On end to end encryption, sender has two secret keys. and the receiver also has two secret keys.
    Those are called public and private keys.
    The sender has sender's private and sender's public key.
    the receiver has receiver's public and receiver's private key.

    Public keys can be shared but private key is not shared.
    So in order to send the message, sender get the receiver's public key and encrypt the message from it. From end to end encryption method, unjumbling can be done from the receiver's private key which is known only by the receiver.
    So the sender send the message as a jumbled message. it go to the server as a jumble message. and it sent to the receiver as jumbled message. It can be unjumbled and turn in to a meaningful message can be made only from the receiver's application.
     
    • Like
    Reactions: tpl3456

    OverSyze

    Well-known member
  • Jun 25, 2022
    5,282
    1
    4,987
    113
    Sin-tertainment Den
    encryption means jumbling a readable message into a set of meaningless characters so a third party can't read the message. In order to read the message the receiver had to unjumble the message by a secret key.
    On standard encryption, receiver should know the secret key. In order to do that, the sender should send secret key to the receiver in some point.
    So in order to reduce that vulnerability end to end encryption is using.

    On end to end encryption, sender has two secret keys. and the receiver also has two secret keys.
    Those are called public and private keys.
    The sender has sender's private and sender's public key.
    the receiver has receiver's public and receiver's private key.

    Public keys can be shared but private key is not shared.
    So in order to send the message, sender get the receiver's public key and encrypt the message from it. From end to end encryption method, unjumbling can be done from the receiver's private key which is known only by the receiver.
    So the sender send the message as a jumbled message. it go to the server as a jumble message. and it sent to the receiver as jumbled message. It can be unjumbled and turn in to a meaningful message can be made only from the receiver's application.
    Can the government decrypt whatsapp messages
     

    GHost_94

    Well-known member
  • Jan 14, 2022
    649
    799
    93
    Can the government decrypt whatsapp messages
    Government can force the developer to put a back door intentionally.

    Brute-force attack also possible. But that depends on secret key size. Longer the key harder to break.
    But computer performance is a limiting factor for brute-force attacks
    Heard that Quantum computers can break any encryption.
     
    • Like
    Reactions: tpl3456