PINE64

Full Version: Changing Mobian PIN to use alphanumeric pin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I have been pondering the actual security of using a numeric pin for the lock screen.. Even with a 10 digit pin it can easily be cracked in 2 mins with the right setup. Is there a way to use an alphanumeric pin on Mobian. Thanks.
(02-06-2021, 07:07 PM)jabadahut91 Wrote: [ -> ]Hello all,

I have been pondering the actual security of using a numeric pin for the lock screen.. Even with a 10 digit pin it can easily be cracked in 2 mins with the right setup. Is there a way to use an alphanumeric pin on Mobian. Thanks.

Or better yet have a numeric pin for login, and something else for ssh etc...
(02-06-2021, 07:33 PM)evilbunny Wrote: [ -> ]
(02-06-2021, 07:07 PM)jabadahut91 Wrote: [ -> ]Hello all,

I have been pondering the actual security of using a numeric pin for the lock screen.. Even with a 10 digit pin it can easily be cracked in 2 mins with the right setup. Is there a way to use an alphanumeric pin on Mobian. Thanks.

Or better yet have a numeric pin for login, and something else for ssh etc...
Well I have ssh setup with a 4096 bit encryption keys and a 25 char password, but I want to also have the pin be alphanumeric. I'm more worried about if someone gains physical access to the phone while already powered on.  Is this not possible?
(02-06-2021, 08:48 PM)jabadahut91 Wrote: [ -> ]Well I have ssh setup with a 4096 bit encryption keys and a 25 char password, but I want to also have the pin be alphanumeric. I'm more worried about if someone gains physical access to the phone while already powered on.  Is this not possible?

Did you disable passwords in ssh?
(02-06-2021, 09:27 PM)evilbunny Wrote: [ -> ]
(02-06-2021, 08:48 PM)jabadahut91 Wrote: [ -> ]Well I have ssh setup with a 4096 bit encryption keys and a 25 char password, but I want to also have the pin be alphanumeric. I'm more worried about if someone gains physical access to the phone while already powered on.  Is this not possible?

Did you disable passwords in ssh?
yes, the key has to be provided alongside with the paraphrase for it. So my issue isn't on the ssh side it's on the lock screen. I want to be able to at least make it a little harder to break past the lock screen if the phone was obtained after the disk has been decrypted. For instance let's say I was mugged carrying it - the power would still be on, I might not have access to get to the ssh quickly enough, and I would want the thief to not be able to take it to a tech savy person who could rig up a simple brute force to bypass the pin on lock screen.
(02-06-2021, 07:07 PM)jabadahut9 Wrote: [ -> ]...
Is there a way to use an alphanumeric pin on Mobian. Thanks.

As far as I know this is a pheature of phosh! How about adding a DM on top, say lightdm?
Numeric PINS are pathetic security, especially if you use them for on-disk encryption as well.
(02-07-2021, 05:15 AM)dukla2000 Wrote: [ -> ]
(02-06-2021, 07:07 PM)jabadahut9 Wrote: [ -> ]...
Is there a way to use an alphanumeric pin on Mobian. Thanks.

As far as I know this is a pheature of phosh! How about adding a DM on top, say lightdm?
I will try that that. Thanks for that idea!