flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.74k stars 2.71k forks source link

Memory card encryption #3169

Closed krisss117 closed 12 months ago

krisss117 commented 12 months ago

Description of the feature you're suggesting.

Flipper Zero contains a lot of critical data, such as MiFare Classic access cards, SUB-GHZ codes for gate access, and more. These are quite sensitive data, and in case the device is lost, they are easily accessible to anyone who finds it.

Implementing memory card encryption will secure the data we have collected with Flipper.

Anything else?

I imagine that after starting Flipper, we would need to enter a key to unlock the memory card. It would be ideal if Flipper could automatically unlock the memory card, for example, when the phone is within Bluetooth range - that way, we wouldn't have to remember the password and enter it every time it's restarted.

hedger commented 12 months ago

Duplicate of #1201