Author Topic: Early beta release: Project Alpha Webpage  (Read 5466 times)

0 Members and 1 Guest are viewing this topic.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #15 on: December 25, 2013, 07:01:13 pm »
I once made an implementation in which every user had to login with username + password + secret. Then, the hash was calculated with a SHA256-HMAC(password, secret), and username + hash were sent to the server. I was never sure about if that was secure or not, so I finally removed it.

Btw, looks amazing :)

It wouldn't be secure because you would have to send the secret to the client, thus making it possible to sniff. However I guess you COULD implement some sort of asymmetric encryption request to get the secret, by generating a new key on the client side every time and sending the public key. (Actually not a bad idea).


Indeed, I was just wondering when my uber leet posts and super hardcore gmod status will be transferred. Although I imagine it won't be until the final release is out.

Full conversion of the old data wont be done before we have a good release candidate.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: Early beta release: Project Alpha Webpage
« Reply #16 on: December 26, 2013, 12:36:53 am »
It wouldn't be secure because you would have to send the secret to the client, thus making it possible to sniff. However I guess you COULD implement some sort of asymmetric encryption request to get the secret, by generating a new key on the client side every time and sending the public key. (Actually not a bad idea).

Secret was chosen by the user when registering, and never sent to the server (password was hashed then).But this is off-topic here.
« Last Edit: December 26, 2013, 12:37:28 am by ca0s »

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #17 on: December 26, 2013, 12:39:57 am »
Secret was chosen by the user when registering, and never sent to the server (password was hashed then).But this is off-topic here.

But the user or javascript would have to know the secret in order to perform the hashing. But you are right, this is off-topic. We could create a new client side hashing/encryption thread?
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #18 on: December 26, 2013, 03:45:34 am »
Quote
Hi there!
Just want to let you know that a early beta version of our new site can be found at:
http://alpha.evilzone.org

Merry xmas!

That popup is already annoying. Every EZ page I visit makes it show up. Can't you make it a one time thing?

Offline The Alchemist

  • Peasant
  • *
  • Posts: 100
  • Cookies: 18
  • Cult Of Personality
    • View Profile
    • Scriptings - Paste Tool
Re: Early beta release: Project Alpha Webpage
« Reply #19 on: December 26, 2013, 04:00:49 am »
Had been waiting to see this awesome thing from such a long time.
A few quick questions :
1) Did you guys build it up with a PHP framework or its entirely simple PHP?
2) Aren't you guys going to use slug urls?
3) It says that ande ate up all the cookies, does that mean there'll be no cookie system? Or everybody will start from 0?
Defeat the best... To be the best...

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #20 on: December 26, 2013, 04:29:12 am »
That popup is already annoying. Every EZ page I visit makes it show up. Can't you make it a one time thing?

That's odd. It is only supposed to show once. What browser are you using?


Had been waiting to see this awesome thing from such a long time.
A few quick questions :
1) Did you guys build it up with a PHP framework or its entirely simple PHP?
2) Aren't you guys going to use slug urls?
3) It says that ande ate up all the cookies, does that mean there'll be no cookie system? Or everybody will start from 0?

1) Not using any existing framework. Built from scratch.
2) As in SEO friendly URL's? Maybe, its been discussed in the new board (feedback board I think)
3) Thats just bluechill having fun lol. There will be some sort of cookie/karma/reputation system. Not sure how it will work yet.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #21 on: December 26, 2013, 04:47:59 am »
I have the same problem, on Firefox 25.0.1. The alert box appears on every single topic I access.

Your best bet is to leave a notice on the header or something less intrusive. Alert boxes are a relic of old that needs to die.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #22 on: December 26, 2013, 05:08:57 am »
I have the same problem, on Firefox 25.0.1. The alert box appears on every single topic I access.

Your best bet is to leave a notice on the header or something less intrusive. Alert boxes are a relic of old that needs to die.

Done.


EDIT:


Introducing beta of the new upload service: http://upload.alpha.evilzone.org/


Featuring:
- 1GB size limits for files and 30MB for images
- Upload with your account to look at download and view statistics as well as being able to delete files you have uploaded
- Support multiple files
- No file extension limit
« Last Edit: December 29, 2013, 05:57:29 am by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #23 on: December 29, 2013, 03:18:58 am »
Is this accessible from EZ Alpha? Doesn't seem to be.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #24 on: December 29, 2013, 03:20:29 am »
Is this accessible from EZ Alpha? Doesn't seem to be.

Just updated the links at the "awesome stuff" page so that they link up. You can login with the same account, but if you are logged in at alpha.evilzone.org you should already be logged in.


EDIT: The beta upload service now supports multiple files :)
« Last Edit: December 29, 2013, 05:57:01 am by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #25 on: December 29, 2013, 05:52:16 am »
Cool! Can't wait for the other Awesome Stuff stuff to be implemented. Specially the WebOs and EvilTerminal.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #26 on: December 29, 2013, 05:59:40 am »
Cool! Can't wait for the other Awesome Stuff stuff to be implemented. Specially the WebOs and EvilTerminal.

Ill see if I cant do some work on those tonight :)
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline theellimist

  • Knight
  • **
  • Posts: 371
  • Cookies: 17
    • View Profile
    • TheEllimist's Game
Re: Early beta release: Project Alpha Webpage
« Reply #27 on: December 29, 2013, 06:37:56 am »
Man I am really stoked to see this stuff, great work!

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #28 on: December 29, 2013, 09:38:45 am »
Ez, growing too enormous i pity those in its way. This is awesome stuff, hope its not copyrighted cos alot of copycats are coming.
« Last Edit: January 02, 2014, 12:30:51 pm by kenjoe41 »
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: Early beta release: Project Alpha Webpage
« Reply #29 on: December 30, 2013, 02:35:24 am »
Ez, growing too enormous i pity those in its way. This is awesome stuff, hope its not copyrighted cos alot of copycats are coming.

They'll do a bad job, everything is from scratch so they can't really copy it...
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.