anakod / flipper_passgen

Flipper Zero Password Generator
MIT License
50 stars 10 forks source link

Enhancement: Ability to save to a txt file #1

Open FalkensMazeDev opened 1 year ago

FalkensMazeDev commented 1 year ago

So I am going to try to add this feature to this app but since I don't know C i figured I would also make the suggestion here too.

What if there was a way to long press the InputKeyOk that it would then save the current password to a txt document on the flipper.

MichaelGrafnetter commented 1 year ago

@FalkensMazeDev From the security perspective, I would not recommend saving cleartext passwords into TXT files on microSD cards. What I would prefer instead is the ability to "type" the password using the USB/Bluetooth virtual keyboard, as does the OTP app. OTP generator screenshot

Qreed213 commented 1 year ago

I'm totally on board with MichaelGrafnetter's idea about letting us "type" passwords using the USB/Bluetooth virtual keyboard, just like in OTP apps. It's a smart move that balances user ease with security. Count me in for this change—it'd make the Flipper Zero experience even better!