Summary pscheme. py implements a toy "encryption" scheme that encodes each 4-byte chunk of the flag as extra roots multiplied directly into a public polynomial. Because the polynomial multiplication is invertible and the original public key is handed to you in the ciphertext, the scheme collapse...

Source: [Dev.to](https://dev.to/exploitnotes/bronoctf-custom-cipher-writeup-19po)

Sponsored