cyb3rko / pincredible

Modern and secure Android app to help you remember any PIN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate new fill

serrq opened this issue · comments

commented

Sometimes I noticed too much similar numbers close the cells.

Might you add "generate a new filling"?

Hmm, didn't think about that yet as it does not have impact on obfuscation.
Atm that's technically not possible as I just fill an array of integers, so I do not store which one was put in by user and which was filled with randoms.

But that's possible to implement I guess.

Implemented in Version 0.4.1

commented

I discovered a reverse use of filling function. Help me to find a potentially utility.

I don't write anything within the table. Just I push fill and I get a full pattern.

So I thinked: how can I use it for generate a dymamic table like 2FA?

What do you think? Have you an alternative use of it?

Hmm, I don't have an idea for alternative use of the table at the moment.