I forgot my password

Frequently asked questions.

Moderator: moderators

I forgot my password

Postby piscotikus » Thu Jul 22, 2010 10:52 am

What can I do if I forgot my password?
piscotikus
 
Posts: 4
Joined: Sun Jul 04, 2010 2:41 pm

Postby mgrant » Thu Jul 22, 2010 6:33 pm

You subsonic password?

Look on the subsonic server in /var/subsonic/db (or c:\subsonic\db) for a file called subsonic.script. In this file you should find some text that looks like this:

Code: Select all
INSERT INTO USER VALUES('your_username','enc:70617373776f7264',0,0,0,FALSE)


The values will differ from that above. The important part is the 'enc:70617373776f7264'. Take the part after the colon (represented here by '70617373776f7264') and plug it into the hex2asii converter at:

http://www.dolcevie.com/js/converter.html

It should decode the hex and print the ascii password. If you decode my example above it should be 'password'.

-mg

edit:

You can, of course, decode the string without the use of the website above (but why would you?):

0x70 = 'p'
0x61 = 'a'
0x73 = 's'
0x73 = 's'
0x77 = 'w'
0x6f = 'o'
0x72 = 'r'
0x64 = 'd'
mgrant
 
Posts: 76
Joined: Mon Mar 03, 2008 1:15 am

Postby sindre_mehus » Tue Feb 01, 2011 12:35 pm

On Mac the file in question is /Library/Application Support/Subsonic/db/subsonic.script
Subsonic developer
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway


Return to FAQs

Who is online

Users browsing this forum: No registered users and 0 guests