Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 289 Bytes

Getting Started

First, run the development server:

npm run dev

Hit GET http://localhost:3000/masterEndpoint with Postman to see the result. Techniques used to uncypher each level

  • ASCII value decoding
  • String rotation
  • Custom hex base decryption
  • Base 64 decryption