Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 728 Bytes

File metadata and controls

13 lines (7 loc) · 728 Bytes

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.