C99.sh

. . . Security Focus . . .

  • Home
  • Categories
    • Application Security
    • Red Team
    • Security Tools
    • Cryptography
    • Threat Hunting
    • Abstract
  • Archives

Posts Tagged → RSA

Establishing a secure communication channel over HTTP

posted in Cryptography on January 2, 2022 by Moath Maharmeh 0 Comments

This article provides an introduction to how to make encrypted communications between two endpoints over HTTP. The goal is to transmit data securely from one endpoint to another without the need for SSL/HTTPS . To establish an encrypted communication channel, we will take advantage of the RSA and AES algorithms. RSA & AES are the… Continue reading →