On a standard (non-secure) AVR is there any location that would be safer than others to store secret keys? For example, is eeprom better or worse than flash? Would it help to store keys at the start, middle, or end of the eeprom or flash?
I'm assuming of course that fuses and lockbits are set to prevent reading and that someone is trying to hack the device.