Search found 82 matches

by rav
27 Dec 2010, 13:38
Forum: SFS2X Questions
Topic: 2X + Clustering
Replies: 22
Views: 27662

My producer, hopes to hundreds of thousands concurrent users :) so I must use clustering too. Lapo, is there the same problem with 'Banned list' while using clustering like the problem with 'Buddy list'? Are there other areas which should be prepared for clustering (besides Buddy list and may be Ban...
by rav
26 Dec 2010, 08:14
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 113261

I am taking a note to investigate this and provide some documentation on how to proceed. It will be great! In this case I think the whole application could be compromised not just the secure connection. Of course they could be able to steal private data from your database or even alter it in order ...
by rav
24 Dec 2010, 06:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Clustering using Terracota
Replies: 7
Views: 9048

Lapo, is there the same problem with 'Banned list' while useing clustering like the problem with 'Buddy list'?
by rav
24 Dec 2010, 05:56
Forum: Server Side Extension Development
Topic: initial sending password to SFS/DB
Replies: 10
Views: 15289

here (viewtopic.php?t=7839&start=15) with Lapo we came to some conclusion, there was a bit of misunderstanding between 'loggin in' and 'registration' :)
by rav
23 Dec 2010, 19:15
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 113261

Thank you so much, yours 0.02 is very useful! :) Is it true that embedded Jetty coming with SFS2X doesn't support HTTPS? So, let's say I am at home in front of my desktop typing my data for the registration form. You are in your underground secret lab trying to obtain my password. How do you proceed...
by rav
23 Dec 2010, 13:55
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 113261

I belive this method is really good working for login in (when plain password or hashed password is already in DB), but I can't understand how it works with registration step by step: 1)DB is empty 2)send to DB 'my_hash' == MD5("my_password") and other registration information like "m...
by rav
22 Dec 2010, 18:31
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 113261

Also I am conducting a personal research on this so I have to ask: what is your specific use case? may be it will be useful for something like this: http://www.smartfoxserver.com/forums/viewtopic.php?t=9427 or may be you can give me advise how to transmit 'originalPass' (which used in checkSecurePa...
by rav
22 Dec 2010, 05:39
Forum: Server Side Extension Development
Topic: initial sending password to SFS/DB
Replies: 10
Views: 15289

yep, but I suppose this is suitable for 1.x too
by rav
21 Dec 2010, 07:31
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 113261

Lapo, is there any news about SSL implementation in SFS2X?
by rav
21 Dec 2010, 06:40
Forum: Server Side Extension Development
Topic: initial sending password to SFS/DB
Replies: 10
Views: 15289

Ok, can you please explain how the 'originalPass' (which used in checkSecurePassword) will be passed to server DB? boolean checkSecurePassword(ISession session, String originalPass, String encryptedPass) be sure 'SFSRandomKey' and 'localKey' are known for hackers (SFSRandomKey - intercepted, localKe...
by rav
19 Dec 2010, 12:32
Forum: Server Side Extension Development
Topic: initial sending password to SFS/DB
Replies: 10
Views: 15289

But there will be just MD5 hash (not original password) in the DB on the server side because "I encrypt the password using MD5 and send it to the server", so hackers do not need to know the original password. Just send this MD5 hash and server will match them (MD5 hash in DB is equal MD5 h...
by rav
18 Dec 2010, 19:19
Forum: Server Side Extension Development
Topic: initial sending password to SFS/DB
Replies: 10
Views: 15289

BigFIsh wrote:This is what I do: I encrypt the password using MD5 and send it to the server along with other registration data.



Seems this is unsecure. If hacker intercept/read your message he'll be able to use this MD5 hash as your password after.
by rav
15 Dec 2010, 12:20
Forum: Server Side Extension Development
Topic: initial sending password to SFS/DB
Replies: 10
Views: 15289

initial sending password to SFS/DB

I want to register new user in game (there is no password in DB yet), how can I send password to SFS in encrypted mode? (i don't want use registration via http server or something like that) I see such way: 1. user side: user clicks registration button and see registration form. server side: logs us...
by rav
14 Dec 2010, 06:29
Forum: SFS2X Questions
Topic: ClusterLobbyDemo questions
Replies: 1
Views: 4161

nobody tried it?
by rav
14 Dec 2010, 06:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Clustering using Terracota
Replies: 7
Views: 9048

Thank you! Think I understood this :) I suppose there are it's own pros and cons while using Terracotta as persistence system + reduce a bit load of database + increase speed of response from Friend list - additional technology in a project - data separation (potential difficulties with project migr...

Go to advanced search