Where does seahorse save network passwords?

Asked by Savvas Radevic

I have noticed that seahorse ("Password and Encryption keys") saves network passwords. From which file are those passwords retrieved from?
I've tried searching for it, but I guess it's encrypted. If so, how do I decode such encryption in a terminal window?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Eduardo Cereto
Solved:
Last query:
Last reply:
Revision history for this message
Best Eduardo Cereto (dudus) said :
#1

It is encrypted under.
/home/user/.gnome2/keyrings/*

gnome-keyring-deamon is responsible for receiving connections to $(GNOME_KEYRING_SOCKET) and retrieving a record upon password. I'm not sure how it's handled but I think it uses cryptoki library.

Revision history for this message
Savvas Radevic (medigeek) said :
#2

Thanks, I'll look more into it