Jump to content




Thunderhawk 3.0 - Finally

networking lua wireless

  • This topic is locked This topic is locked
220 replies to this topic

#41 lieudusty

  • Members
  • 419 posts

Posted 15 January 2013 - 02:49 PM

Using debian now... Which seems easier to use in my opinion.

#42 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 15 January 2013 - 03:00 PM

Just noticed the topic title says that comptuercraft. #HardToSeeTypos

#43 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 16 January 2013 - 02:18 AM

Why not do all of the en-/decryption with PHP? That way noone can see what you're doing, and you can change it to something else, while hackers would still be trying to decrypt SHAwhatever, and noone would know!

#44 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 16 January 2013 - 05:36 AM

Quote

I've also recently noticed people don't know who has an account and who they can send messages to - so I've set up a simple website which lists all of the people who you can email. It can be found here (yes it's hosted on the Firewolf website...).

I cant get on that website is it down?
Edit: I'm getting a server error when I try to register...are your webpages all down?

#45 zekesonxx

  • Signature Abuser
  • 263 posts
  • LocationWhere you aren't

Posted 16 January 2013 - 05:47 AM

No, don't bother to read his posts. Just instantly start complaining.

#46 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 16 January 2013 - 05:47 AM

View PostSkullblade, on 16 January 2013 - 05:36 AM, said:

Quote

I've also recently noticed people don't know who has an account and who they can send messages to - so I've set up a simple website which lists all of the people who you can email. It can be found here (yes it's hosted on the Firewolf website...).
I cant get on that website is it down?
Edit: I'm getting a server error when I try to register...are your webpages all down?

View PostGravityScore, on 14 January 2013 - 11:32 AM, said:

Ok well. Lieudusty was updating linux, which involved wiping the disk. We forgot to take backups of the PHP files and now they're gone.

So... dammit.

Expect downtime for the next few days while we re-write everything :P

Everything was hosted on there, so everything is gone including that website :(

#47 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 16 January 2013 - 06:03 AM

oh sorry to bother you..i thought that when you talked about the update on the PHP status it was up...
sorry 2 bother u :P

#48 nutcase84

  • Members
  • 711 posts
  • LocationIn My Lonely Little Computer Corner

Posted 16 January 2013 - 07:02 AM

It's not working. Please fix. I get a server error.

#49 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 16 January 2013 - 07:05 AM

View PostGravityScore, on 16 January 2013 - 05:47 AM, said:

View PostSkullblade, on 16 January 2013 - 05:36 AM, said:

Quote

I've also recently noticed people don't know who has an account and who they can send messages to - so I've set up a simple website which lists all of the people who you can email. It can be found here (yes it's hosted on the Firewolf website...).
I cant get on that website is it down?
Edit: I'm getting a server error when I try to register...are your webpages all down?

View PostGravityScore, on 14 January 2013 - 11:32 AM, said:

Ok well. Lieudusty was updating linux, which involved wiping the disk. We forgot to take backups of the PHP files and now they're gone.

So... dammit.

Expect downtime for the next few days while we re-write everything :P

Everything was hosted on there, so everything is gone including that website :(

View Postnutcase84, on 16 January 2013 - 07:02 AM, said:

It's not working. Please fix. I get a server error.
Nutcase all of his websites are down and he has to rewrite the PHP from scratch...give him some time

#50 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 16 January 2013 - 07:05 AM

View Postnutcase84, on 16 January 2013 - 07:02 AM, said:

It's not working. Please fix. I get a server error.

View PostGravityScore, on 14 January 2013 - 11:32 AM, said:

Ok well. Lieudusty was updating linux, which involved wiping the disk. We forgot to take backups of the PHP files and now they're gone.

So... dammit.

Expect downtime for the next few days while we re-write everything :P


#51 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 16 January 2013 - 07:06 AM

we posted at same time Gravity LOL :P

#52 NeverCast

  • Members
  • 400 posts
  • LocationChristchurch, New Zealand

Posted 16 January 2013 - 07:58 AM

View PostTheOriginalBIT, on 14 January 2013 - 08:58 PM, said:

View PostNeverCast, on 14 January 2013 - 11:44 AM, said:

That means adding some known garbage to the end of someones password, so even if the user types in 12345 as their password, It becomes 12345kjdfshafdksafkjsf before it is hashed, making it harder to brute force because you can't use pre-generated hashes to crack it.
Only problem with salting with Lua/CC programs is that unless the program is converted to byte-code, someone can easily just open your program and look at your salt... even with the program in byte-code they can still look up the salt ( it just takes a little longer )...

I'm not sure what you think the purpose of salting is, but salts are not secrets, You can post your salt publicly without defeating it's purpose. A salt isn't private, all the salt is meant to do is make the computational time greater. Because they can't use pre-generated rainbow tables. That said, Keeping your salt private does help

#53 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 16 January 2013 - 08:05 AM

View PostNeverCast, on 16 January 2013 - 07:58 AM, said:

I'm not sure what you think the purpose of salting is, but salts are not secrets, You can post your salt publicly without defeating it's purpose. A salt isn't private, all the salt is meant to do is make the computational time greater. Because they can't use pre-generated rainbow tables. That said, Keeping your salt private does help

you could always salt it in PHP on the server right? then it would be a secret

#54 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 16 January 2013 - 08:17 AM

View PostNeverCast, on 16 January 2013 - 07:58 AM, said:

View PostTheOriginalBIT, on 14 January 2013 - 08:58 PM, said:

View PostNeverCast, on 14 January 2013 - 11:44 AM, said:

That means adding some known garbage to the end of someones password, so even if the user types in 12345 as their password, It becomes 12345kjdfshafdksafkjsf before it is hashed, making it harder to brute force because you can't use pre-generated hashes to crack it.
Only problem with salting with Lua/CC programs is that unless the program is converted to byte-code, someone can easily just open your program and look at your salt... even with the program in byte-code they can still look up the salt ( it just takes a little longer )...

I'm not sure what you think the purpose of salting is, but salts are not secrets, You can post your salt publicly without defeating it's purpose. A salt isn't private, all the salt is meant to do is make the computational time greater. Because they can't use pre-generated rainbow tables. That said, Keeping your salt private does help

The salt is added on the PHP server, so it is secret.

But one of the big features of salts is they are ment to be different for each password. Stored separately in the MySQL database.
A really good article I found can be found here.

#55 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 16 January 2013 - 09:59 AM

You should change your signature on the form to reflect that the server is down.

#56 Mandrake Fernflower

  • Members
  • 117 posts
  • LocationDark Side of The Moon

Posted 16 January 2013 - 10:38 AM

Gravity, Mk352 (Weaboo) crashed your php server with a worm he executed on many servers

#57 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 16 January 2013 - 11:19 AM

View PostMandrake Fernflower, on 16 January 2013 - 10:38 AM, said:

Gravity, Mk352 (Weaboo) crashed your php server with a worm he executed on many servers

Lieu noticed the server was getting spammed, so he closed the port just in case (he had only just switched to debian, and was not sure if iptables worked yet). He said he would set it up properly when he got home from school :P

#58 ChaddJackson12

  • Members
  • 264 posts

Posted 19 January 2013 - 05:55 AM

Just a question. Is there a way possible you could only allow so many commands(or whatever they're called) from one IP per minute, So people can't spam your server so much?

#59 zekesonxx

  • Signature Abuser
  • 263 posts
  • LocationWhere you aren't

Posted 19 January 2013 - 05:59 AM

View PostChaddJackson12, on 19 January 2013 - 05:55 AM, said:

Just a question. Is there a way possible you could only allow so many commands(or whatever they're called) from one IP per minute, So people can't spam your server so much?

That is called ratelimiting.

#60 CastleMan2000

  • Members
  • 195 posts
  • LocationThe trashcan where all Undertale trash is

Posted 23 January 2013 - 05:31 AM

Come on, Grav, when will the server be back up? It's been over a week!





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users