Skip to content

Files

Latest commit

 

History

History

crypto_cryptography1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cryptoGRAPHy 1

Difficulty: 1

Description

Graphs have gained an increasing amount of attention in the world of Cryptography. They are used to model many real-world problems ranging from social media to traffic routing networks. Designing a secure Graph Encryption Scheme (GES) is important as querying plaintext graph database can leak sensitive information about the users.

In this challenge I have implemented a novel GES. Please help me verify if the cryptosystem works.

Author: sahuang

❖ Note
lib.zip remains unchanged in this series. The flag for this challenge will be used to access the next one when unlocked.