Ask HN: Ideas for an access monitor/counter for a bank saftey deposit box?
I recently aquired a safety deposit box at my local bank and would like to use it to store some items. After doing a few searches regarding the boxes, I found several accounts of unauthorized access occurring from bank employees.
I was wondering if anyone knows of or has ideas for a device that I could leave inside the box that would keep count on the number of times the box is opened.
It would have to be non resetting and reliable enough to not give false counts.
Ideally a low power device that could operate for months or years without the need to change the battery that would record a time/date stamp of each time it was opened and closed.
My only idea so far is some sort of light sensor tied to a data logger arduino setup with simple encryption but I am concerned the power consumption of an arduino may drain batteries too quickly even in sleep mode.
Thoughts?
11 comments
[ 5.3 ms ] story [ 46.9 ms ] threadhttps://www.latimes.com/california/story/2021-09-19/fbi-seiz...
https://archive.md/bLH4W
You do bring up a good point though, a blanket seizure of all the boxes is a possibility I should consider. It almost seems like guilt by association but having dealt with government entities in the past I know how obtuse they can be.
Maybe some kind of mechanical counter that increments up one click each time the lid is closed on it.
https://www.wired.com/2013/12/better-data-security-nail-poli...
It would give you total time open, and you could either reset it or just write down the time whenever you opened the box yourself.
Just put it to sleep indefinitely, and set it to wake from a pin change interrupt.
You'd need an RTC as well so it can log the time though.
For example a STM32L031 uses 0.5uA in sleep mode.