Search found 1307 matches

by OldRod
Wed Mar 27, 2019 6:46 pm
Forum: Off-Topic
Topic: Holy crap
Replies: -1
Views: 63320

Re: Holy crap

Nearly 10 years for me too, but I don't have near the post count of you other vets :)
by OldRod
Wed Jul 18, 2018 1:55 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

Haven't had time to look at it - July is my busiest time at work... will be a bit before I can get back to that problem

Thanks for the help though :)
by OldRod
Mon Jul 09, 2018 10:29 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

So you're sending the password un-encrypted to the server? Isn't that bad?
by OldRod
Mon Jul 09, 2018 8:15 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

OK, work with me here... I'm trying to wrap my head around this :) The player logs in from the game and a JWT is generated and stored on his computer somewhere. He plays for a while and logs out. Then, he decides to show his friend the cool gear his character got by opening the phone app. He still h...
by OldRod
Mon Jul 09, 2018 5:57 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

I do agree that it would be better to link the two authentication systems. It isn't just that it is overkill, it is also duplication of logic. Can the user change their password from both the game and the website? Then you would need to create a way to notify the other DB of that change. That is go...
by OldRod
Mon Jul 09, 2018 5:43 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

Thanks, Jack, I'll give that a try
by OldRod
Sat Jul 07, 2018 9:28 pm
Forum: General Development
Topic: Atavism MMORPG solution
Replies: -1
Views: 16465

Re: Atavism MMORPG solution

Jackolantern wrote:I think I have seen uMMORPG before. Out of curiosity, does it include a server with it?
Yeah, I haven't used Atavism, but I have uMMORPG and what I see of it is impressive.
by OldRod
Sat Jul 07, 2018 9:27 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

I believe this is what Kyle was mentioning, but is there some reason why you can't use the exact same login table to login in both? You could then go on and have separate tables for the PHP and C# code. But if you need to have them separate, I think the issue is that you are looking at what are ess...
by OldRod
Sat Jul 07, 2018 9:26 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

hallsofvallhalla wrote:my suggestion is to hire a 80 year old security guard.
:)

"It's only 2 days to retirement, don't shoot me!!"
by OldRod
Sat Jul 07, 2018 9:25 pm
Forum: Advanced Help and Support
Topic: Encrypting a password the same in C# and PHP?
Replies: -1
Views: 39973

Re: Encrypting a password the same in C# and PHP?

I'm no expert, but if you are going to encrypt a password in C#, I imagine you would use the same method that PHP uses, this way the "hashstring" should be identical. That's what I'm trying to do - find a method that words in both, that produces the same hash I have it set up where the pl...

Go to advanced search