Member-only story

Cryptography for Dummies Tryhackme Writeup

Vijay Kumar Gupta
5 min readAug 20, 2024

--

This is a Writeup of Tryhackme room “Cryptography for Dummies”

Room link: https://tryhackme.com/room/cryptographyfordummies
Note: This room is free

Task 1: Intro

Cryptography is a big topic. We are going to cover the basics, to give you a basic understanding.

It is used by a wide range of applications, almost everywhere in the internet.

Why we need cryptography?

Without encryption communications over the internet will be very insecure, and it would be very easy for someone to see your data. Fortunately this isn’t true, and almost all of the data you get/send over the internet is encrypted and cannot be seen in plain text by someone who got access to it. Now let’s look into cryptography in more detail.

Task 2: Types of cryptography

There are two types of cryptography :

  • Symmetric
  • Asymmetric

What is symmetric cryptography?

Let’s say Alice wants to send message to Bob, but she doesn’t want to send the message in plain text because anyone can read it.

--

--

Vijay Kumar Gupta
Vijay Kumar Gupta

Written by Vijay Kumar Gupta

Vijay Gupta is an inspiring public speaker and social entrepreneur who has dedicated his life to bringing about positive change and empowering communities.

No responses yet