Jump to content




WCON - Control your computer from the Internet!

computer lua

  • You cannot reply to this topic
28 replies to this topic

#1 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 30 March 2013 - 03:06 AM

New topic


Spoiler


#2 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 30 March 2013 - 10:53 AM

Finished! Version 1.0 is here :D

#3 Mailmanq!

  • Members
  • 123 posts
  • LocationI am omnipresent... DUH

Posted 30 March 2013 - 11:01 AM

Seems neat, also make it say 'pastebin' not 'patebin'

#4 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 30 March 2013 - 11:11 AM

View Postmailmanq, on 30 March 2013 - 11:01 AM, said:

Seems neat, also make it say 'pastebin' not 'patebin'

Done, thanks for support :D

#5 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 30 March 2013 - 11:56 AM

Seems quite nice!
Will try it out later.

#6 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 30 March 2013 - 06:23 PM

Looks nice!

#7 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 30 March 2013 - 06:29 PM

Looks good.

2 questions:
  • Quote

    5 string registers (up to 5119 characters).
    Why 5119? Whats your math for that?
  • What measures have you taken to protect my data and passwords?


#8 kornichen

  • Members
  • 220 posts
  • LocationGermany

Posted 30 March 2013 - 09:17 PM

How are passwords saved?

#9 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 30 March 2013 - 09:54 PM

View PostTheOriginalBIT, on 30 March 2013 - 06:29 PM, said:

Why 5119? Whats your math for that?

It's 5KB without 1B for string length. It's easier for me to calculate disk space used.

View PostTheOriginalBIT, on 30 March 2013 - 06:29 PM, said:

What measures have you taken to protect my data and passwords?

View Postkornichen, on 30 March 2013 - 09:17 PM, said:

How are passwords saved?

They are in MySQL Database accessible only from localhost and encrypted (sha1 -> md5 -> sha256) (sha-256 -> sha-256)

#10 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 30 March 2013 - 11:18 PM

View Postjesusthekiller, on 30 March 2013 - 09:54 PM, said:

They are in MySQL Database accessible only from localhost and encrypted (sha1 -> md5 -> sha256)

Proof:
-image snip-
Ok so what that just told me is that you are storing passwords weakly and have no confidence in the hashes since you blurred out 75% of the hash value...

#11 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 31 March 2013 - 12:00 AM

View PostTheOriginalBIT, on 30 March 2013 - 11:18 PM, said:

Ok so what that just told me is that you are storing passwords weakly and have no confidence in the hashes since you blurred out 75% of the hash value...

Well, kinda yes :P, But I think it's safe enough...

#12 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 31 March 2013 - 12:27 AM

View Postjesusthekiller, on 31 March 2013 - 12:00 AM, said:

Well, kinda yes :P, But I think it's safe enough...
Remove MD5 out of the hashing sequence and it would be largely more secure. Remove SHA1 and its a little more secure. If you want to do multiple hashing do it with the same algorithm and it will be better than multiple hashing with different algorithms. Lastly add a random salt (which is remembered) to each password and its even better again...

#13 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 31 March 2013 - 12:34 AM

Thanks :)

----------------------------

Update on WCON:

Password hashing changed to SHA-256 -> SHA-256. This means all passwords are not valid now, but it's kinda no problem, since no one was using it :P

#14 TheEvilSocks

  • Members
  • 22 posts

Posted 31 March 2013 - 01:56 AM

Notice: Undefined index: password in /var/www/wcon/cpanel.php on line 10
Wrong password or ID! Back


I've just registered and it says this

Also, vurnable for SQL injection....

#15 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 31 March 2013 - 03:03 AM

Big update is out! :D
  • New installer, featuring making accounts from computer
  • Auto generated config
  • Auto-updater
  • Better security
  • Moved some stuff

View Posttikiana, on 31 March 2013 - 01:56 AM, said:

Notice: Undefined index: password in /var/www/wcon/cpanel.php on line 10
Wrong password or ID! Back

Sorry! My fault!

View Posttikiana, on 31 March 2013 - 01:56 AM, said:

Also, vurnable for SQL injection....
Nope, it's not. . .

#16 CastleMan2000

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

Posted 31 March 2013 - 07:23 AM

Oh man, I've got to try this out!

#17 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 31 March 2013 - 09:55 AM

View PostCastleMan2000, on 31 March 2013 - 07:23 AM, said:

Oh man, I've got to try this out!

:D

#18 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 31 March 2013 - 10:26 AM

This is so awesome!! :D

#19 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 31 March 2013 - 10:33 PM

View PostHellkid98, on 31 March 2013 - 10:26 AM, said:

This is so awesome!! :D

Thanks :D

#20 wakafanykai123

  • Members
  • 21 posts

Posted 08 April 2013 - 03:57 PM

This is not working for me, I created an account. Installed and all that. I typed in launch and it gives me a repeating error "update:1:attempt to call nil"





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users