Author Topic: Encryption  (Read 756 times)

Offline Slashmore

  • Level 17
  • *
  • Posts: 156
  • Reputation: +1/-0
    • View Profile
Encryption
« on: October 07, 2009, 10:44:12 PM »
Is it worth adding encryption where its possible?

Offline dbest

  • Game Owner
  • Level 20
  • *
  • Posts: 211
  • Reputation: +3/-0
    • View Profile
    • Tennis Masters
Re: Encryption
« Reply #1 on: October 08, 2009, 02:10:00 AM »
Of course it is.

But you would need to consider the over-head involved with it.

What is it that you want to encrypt?

Offline Slashmore

  • Level 17
  • *
  • Posts: 156
  • Reputation: +1/-0
    • View Profile
Re: Encryption
« Reply #2 on: October 08, 2009, 02:44:03 AM »
I've never encrypted anything so I'm not sure what is needed, stuff in the db, links or stuff link the activation link/code players get in thier emails.


Offline Sunchaser

  • Game Owner
  • Level 23
  • *
  • Posts: 296
  • Reputation: +3/-0
  • Game Owner
    • View Profile
    • Medieval Europe
Re: Encryption
« Reply #3 on: October 08, 2009, 05:06:48 AM »
I would encrypt only passwords. In italy for the privacy law, you should encrypt also member sensible informations like credit card number, telephone number etc, but i don't think you are collecting them in a pbbg game.

Offline dbest

  • Game Owner
  • Level 20
  • *
  • Posts: 211
  • Reputation: +3/-0
    • View Profile
    • Tennis Masters
Re: Encryption
« Reply #4 on: October 08, 2009, 06:21:07 AM »
In my implementation of an PBBG, I am currently only encrypting the user passwords. I have only completed the login/register feature of the PBBG so that might not be a good example.

You could encode the link that you send to a user's email so that they can register themselves.



Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: Encryption
« Reply #5 on: October 08, 2009, 08:46:20 AM »
Are you speaking of one-way encryption or two-way encryption? Two-way allows for decryption whereas one-way does not.

Passwords should be one-way encrypted. Any sensitive information should be two-way encrypted with separate keys and salts for each user. However, I would assume the only real sensitive information that you're going to be storing is the user's password.
Idiocy - Never underestimate the power of stupid people in large groups.


Offline Slashmore

  • Level 17
  • *
  • Posts: 156
  • Reputation: +1/-0
    • View Profile
Re: Encryption
« Reply #6 on: October 08, 2009, 01:30:23 PM »
I'm gonna try and encrypt anything that needs to be, chances I will get hacked once my game is online but thats part of it.

Could somone give me a good one for one way and two ways?

Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: Encryption
« Reply #7 on: October 08, 2009, 02:29:59 PM »
Here's a good read on one-way encryption (also known as Cryptographic hash function).

Towards the end, there is a table with various types of encryption and their related properties.
Idiocy - Never underestimate the power of stupid people in large groups.


Offline Slashmore

  • Level 17
  • *
  • Posts: 156
  • Reputation: +1/-0
    • View Profile
Re: Encryption
« Reply #8 on: October 08, 2009, 02:32:30 PM »
Thanks. =)

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal