PhatHack

The Hacking Hoedown => PhatBox Hacking => Topic started by: bushing on August 14, 2005, 02:31:53 AM

Title: phatsig
Post by: bushing on August 14, 2005, 02:31:53 AM
Since there is no longer any officially provided software to create .sig files to allow us to use our phatboxes without a Windows box, RobM and I took the liberty of creating our own.

http://downloads.phathack.com/bushing/phatsig.c
http://downloads.phathack.com/bushing/phatsig-linux-x86

Enjoy!
-b
Title: Re: phatsig
Post by: judb on August 14, 2005, 04:16:01 AM
Oh yeah, you guys rock!
Title: Re: phatsig
Post by: Genesis on August 14, 2005, 04:24:01 AM
gcc -Wall -Ilibtomcrypt-1.06/src/headers/ -o phatsig phatsig.c libtomcrypt.a libtommath.a                     phatsig.c: In function `init_crypto':
phatsig.c:94: error: `ltm_desc' undeclared (first use in this function)
phatsig.c:94: error: (Each undeclared identifier is reported only once
phatsig.c:94: error: for each function it appears in.)

Doesn't compile - you're missing something....
Title: Re: phatsig
Post by: bushing on August 14, 2005, 05:17:47 AM
Quotegcc -Wall -Ilibtomcrypt-1.06/src/headers/ -o phatsig phatsig.c libtomcrypt.a libtommath.a                     phatsig.c: In function `init_crypto':
phatsig.c:94: error: `ltm_desc' undeclared (first use in this function)
phatsig.c:94: error: (Each undeclared identifier is reported only once
phatsig.c:94: error: for each function it appears in.)

Doesn't compile - you're missing something....

Did you download (and compile) libtomcrypt and libtommath?  Is libtomcrypt in ./libtomcrypt-1.06 (the argument to the -I parameter)?  It's defined in libtomcrypt-1.06/src/headers/tommath.h, which is included by headers/tomcrypt.h, which is included in the top of phatsig.c.

-b
Title: Re: phatsig
Post by: Genesis on August 14, 2005, 06:07:34 AM
Yep, sure did, and the header directory is there.

Note that the libraries are getting picked up (otherwise there'd be a LOT of errors)

The header you referenced is NOT in the directory referenced...

The definition IS, however, in libtomcrypt-1.06/src/headers/tomcrypt_math.h, which is included by libtomcrypt-1.06/src/headers/tomcrypt.h - but it won't be picked up as the predicate IFDEF is not set.

Is there a versioning problem here between the libraries I got and what I need?
Title: Re: phatsig
Post by: bushing on August 14, 2005, 11:50:22 PM
Quote
The header you referenced is NOT in the directory referenced...

The definition IS, however, in libtomcrypt-1.06/src/headers/tomcrypt_math.h, which is included by libtomcrypt-1.06/src/headers/tomcrypt.h - but it won't be picked up as the predicate IFDEF is not set.

Is there a versioning problem here between the libraries I got and what I need?

Grrr... good catch.  When playing with libtomcrypt, I made some changes to tomcrypt_custom.h -- these probably caused the problem.  

First, try #defining "LTM_DESC", to make that IFDEF  happy -- if that works, I'll update the code and reupload.  If not, I uploaded my copy of that file to the downloads site -- try replacing the stock version with that and see if that fixes it.

-b
Title: Re: phatsig
Post by: Genesis on August 15, 2005, 04:47:51 AM
Nope - defining it makes the compiler happy, but then you get a complaint from the linker, because it is still an external that has no definition elsewhere.

The "right way" to fix this is to put the definition in your source file 'ya know...  :)  If you can shoot me a diff in a PM I can test and report back; that way anyone else who grabs the libraries will be able to build it.
Title: Re: phatsig
Post by: bushing on August 15, 2005, 06:12:00 AM
QuoteNope - defining it makes the compiler happy, but then you get a complaint from the linker, because it is still an external that has no definition elsewhere.

The "right way" to fix this is to put the definition in your source file 'ya know...  :)  If you can shoot me a diff in a PM I can test and report back; that way anyone else who grabs the libraries will be able to build it.

Eh... it's a part of LTC, though. (See http://libtomcrypt.org/faq.txt for more info.)

I added the #define at the top of phatsig.c, and added the full instructions to build libtomcrypt with libtommath support -- wanna try downloading it again and compiling it?

-b
Title: Re: phatsig
Post by: Genesis on August 15, 2005, 01:14:19 PM
Works!  ;D
Title: Re: phatsig
Post by: Cameron on August 16, 2005, 08:45:51 PM
Bushing, you're a complete legend!

I have this built and running on Mac OS-X .. and while I haven't actually tried the signature files in my phatbox, I know they are byte identical to ones generated by:
  - The plsign.cgi web page
  - The plsign tool (for PPC) previously distributed by phatnoise
  - The phatsig tool running on my (Intel) Linux box

I'm pretty confident that it'll work.

I'll add this to PhatMac, and will soon have a new version for everyone (hopefully by the end of the week)..

Thanks again!

Cameron.
Title: Re: phatsig
Post by: para on August 20, 2005, 03:17:17 PM
Wow, nice one!!!

I'll add this to Phat4X as one of the first next things! This saves me very much time researching and allows me to concentrate on bugs and features for Phat4X...


Para
Title: Re: phatsig
Post by: todd1010 on August 21, 2005, 05:42:05 AM
What does Phat4X do? Is it to replace the PMM? If so, when can we start using it?
Title: Re: phatsig
Post by: Paul on August 21, 2005, 08:55:25 PM
Perhaps you should check out the entire area of the forum dedicated to phat4x.

http://forum.phathack.com/cgi-bin/yabb/YaBB.cgi#phatware

Title: Re: phatsig
Post by: S80_UK on August 21, 2005, 09:29:09 PM
Hi,

But the forum on Phat4X doesn't actually tell a newbie like me what it is.  Now, I deduce that it's not an Australian beer( ;) ) , and I think it looks like it's a program which runs under Linux and is intended as a replacement for the software from Phatnoise themselves.  Right?

Les.  8)
Title: Re: phatsig
Post by: judb on August 21, 2005, 11:10:58 PM
I agree the naming is a little ambigious and we could stand to brush up the documentation some.. that will come with time.. Para's work on phat4x stopped for a while so when things get cooking again I am sure all will be made clear...

Phat4x should run on non linux platforms but i couldn't make it work on windows yet.  Hopefully with time it can become a true cross platform tool and a replacement for PMM on windows...
Title: Re: phatsig
Post by: STiDriver on August 22, 2005, 05:35:48 AM
I successfully compiled phatsig under Windows but when I tried to sign P0.m3u on my DMS I got a different sig than the existing p0.sig.  But the output from phatsig did match that of the cgi page.  Any ideas why the cgi & phatsig sigs don't match the existing?
Title: Re: phatsig
Post by: Terry_Kennedy on August 22, 2005, 07:14:21 AM
QuoteI successfully compiled phatsig under Windows but when I tried to sign P0.m3u on my DMS I got a different sig than the existing p0.sig.  But the output from phatsig did match that of the cgi page.  Any ideas why the cgi & phatsig sigs don't match the existing?
I'm pretty sure that plsign uses a different signing key than PMM, which is a different key from the key that PhatNoise uses to sign the DMS and utilities. It should be possible to find the key that PMM uses (it has to be in the PMM code somewhere, and with the key prefix it should be possible to locate it) and add it as an option to phatsig.
Title: Re: phatsig
Post by: STiDriver on August 22, 2005, 03:33:47 PM
phatsync.pl uses plsign to sign m3u files and this site http://jcs.org/ports/ lists plsign as: phatnoise phatbox playlist signing utility