Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Sometimes, I find it is easier to make your base case broader and bruteforce it one by one when you couldn't get it right. For example, when I tried to exploit RSA parity oracle I couldn't find the right answer when it is narrowed to the smallest range for some unknown reason. Changing the loop condition to `while right-left>1000` works pretty well if you don't want to debug it more.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: