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
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