The Following User Says Thank You to qole For This Useful Post: | ||
|
2009-11-08
, 01:37
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#102
|
On a related note... I just checked; Modest and all of the RTComm accounts (except Skype) still store all the passwords in plain text in GConf. It is trivial for any app to obtain these passwords at the moment.
Should I file bug(s) about this?
The Following User Says Thank You to allnameswereout For This Useful Post: | ||
|
2009-11-08
, 14:14
|
|
Posts: 445 |
Thanked: 572 times |
Joined on Oct 2009
@ Oxford
|
#103
|
Then stop. However what happens is that after the above the input data is stored. If you provide one this input data they have access. Its like giving away your password.
[...]
Early UNIX versions did the very same thing, and together with lack of shadow file this made password cracking easy because /etc/passwd was readable by everyone.
The Following User Says Thank You to ewan For This Useful Post: | ||
|
2009-11-08
, 18:22
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#104
|
That's not quite true; the data in unix passwd file is not the input data, nor is it equivalent to a stored plain-text password. Getting a password from a passwd file entry required reversing a one way hash function - not impossible using a password guessing app, but it's a long way from 'giving away your password'.
If apps on the N900 are storing passwords or password equivalent tokens unencrypted in predictable locations, then that is a bug, and should be filed as one.
|
2009-11-08
, 18:28
|
|
Posts: 445 |
Thanked: 572 times |
Joined on Oct 2009
@ Oxford
|
#105
|
You didn't understand what I wrote. Authentication with PAM or equivalent requires some kind of input data. If you _save_ your password then you simply _lost_ your chance to allow yourself to require input data.
the input data is encrypted and compared with the entry on /etc/shadow.
|
2009-11-08
, 18:49
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#106
|
This is true, however, you seemed (and indeed, seem) to be giving the impression that traditional unix passwd files saved passwords, and that this only changed with the move to shadow passwords. That is not the case.
|
2009-11-10
, 17:03
|
Posts: 1,746 |
Thanked: 2,100 times |
Joined on Sep 2009
|
#107
|
And this is exactly why capability-based security and signed binaries such as in Symbian is a Good Thing
|
2010-01-31
, 15:28
|
Posts: 68 |
Thanked: 24 times |
Joined on Jan 2010
|
#108
|
|
2010-02-13
, 21:27
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#109
|
The Following User Says Thank You to qgil For This Useful Post: | ||
Should I file bug(s) about this?
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
Last edited by qole; 2009-11-08 at 00:44.