Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Our Scripts Vault contains many game scripts that you can use to create your own game!
Home
Forum
Help
Login
Register
BBGameZone.net
»
Webmasters
»
Coding Discussion
»
Encryption
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Encryption (Read 756 times)
Slashmore
Level 17
Posts: 156
Reputation: +1/-0
Encryption
«
on:
October 07, 2009, 10:44:12 PM »
Is it worth adding encryption where its possible?
Logged
dbest
Game Owner
Level 20
Posts: 211
Reputation: +3/-0
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?
Logged
Slashmore
Level 17
Posts: 156
Reputation: +1/-0
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.
Logged
Sunchaser
Game Owner
Level 23
Posts: 296
Reputation: +3/-0
Game Owner
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.
Logged
www.medieval-europe.eu
www.top-pbbg.com
www.topwebgames.it
dbest
Game Owner
Level 20
Posts: 211
Reputation: +3/-0
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.
Logged
JGadrow
Level 35
Posts: 1,133
Reputation: +23/-2
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.
Logged
Idiocy - Never underestimate the power of stupid people in large groups.
Slashmore
Level 17
Posts: 156
Reputation: +1/-0
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?
Logged
JGadrow
Level 35
Posts: 1,133
Reputation: +23/-2
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.
Logged
Idiocy - Never underestimate the power of stupid people in large groups.
Slashmore
Level 17
Posts: 156
Reputation: +1/-0
Re: Encryption
«
Reply #8 on:
October 08, 2009, 02:32:30 PM »
Thanks. =)
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
BBGameZone.net
»
Webmasters
»
Coding Discussion
»
Encryption
SimplePortal 2.3.3 © 2008-2010, SimplePortal