What is worng with this !?
#1

Please help me , there is the command...
http://pastebin.com/vdjmtUS7

Well problem very wired, it is change his Key. I can see it in his .ini , BUT the player can login with this Key , why ?

What the problem in this command.

Thank you.
Reply
#2

Im more curious as to why you want to change your players passwords? passwords are meant to be private.

What is Encrypt(); ?
Reply
#3

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Im more curious as to why you want to change your players passwords? passwords are meant to be private.

What is Encrypt(); ?
I put them in encrypted, which means they really Confidentiality, I want to change them becuse it is help me with somting and other things.
Reply
#4

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Im more curious as to why you want to change your players passwords? passwords are meant to be private.

What is Encrypt(); ?
I agree with Dobby.

Although you are encrypting players passwords (apparently) to prevent you reading them, you changing a players password to something you know is kind of pointless. If it's an issue with players, forgetting their passwords. Make security questions.

If not security questions, whitelist the last IP that account connected with to an auto login to that account, that once.

Or make a /resetpass command, and email the user their new randomly generated password...

There are many solutions which can prevent you knowing a players password for any situation, there is no need for you to be setting players passwords. Without a good explanation, no one here is going to help you due to invasion of privacy.

EDIT:
Quote:
Originally Posted by meitaredri
Посмотреть сообщение
I put them in encrypted, which means they really Confidentiality, I want to change them becuse it is help me with somting and other things.
That isn't going to get anyone to help you, I'm surprised you even encrypt the password -.-
Reply
#5

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Im more curious as to why you want to change your players passwords? passwords are meant to be private.

What is Encrypt(); ?
Quote:
Originally Posted by IceCube!
Посмотреть сообщение
I agree with Dobby.

Although you are encrypting players passwords (apparently) to prevent you reading them, you changing a players password to something you know is kind of pointless. If it's an issue with players, forgetting their passwords. Make security questions.

If not security questions, whitelist the last IP that account connected with to an auto login to that account, that once.

Or make a /resetpass command, and email the user their new randomly generated password...

There are many solutions which can prevent you knowing a players password for any situation, there is no need for you to be setting players passwords. Without a good explanation, no one here is going to help you due to invasion of privacy.

EDIT:


That isn't going to get anyone to help you, I'm surprised you even encrypt the password -.-
As I said above, it should not matter to you, I need your help.
It's only for other reasons, I also like that considering download the encryption passwords, but right now I need your help!
Reply
#6

Actually molesting players passwords, is a matter to me and any potential player. We like to join servers knowing our personal details and passwords are safe and secure. We don't want our passwords molested in any way, even if changing a password doesn't show you our old one. You have no reason to molest a players account with a command such as that.

No one here, unless you get an idiot... Is going to help you without a proficient reason being given.
Reply
#7

Quote:
Originally Posted by IceCube!
Посмотреть сообщение
Actually molesting players passwords, is a matter to me and any potential player. We like to join servers knowing our personal details and passwords are safe and secure. We don't want our passwords molested in any way, even if changing a password doesn't show you our old one. You have no reason to molest a players account with a command such as that.

No one here, unless you get an idiot... Is going to help you without a proficient reason being given.
OMFG bro I don't care from that command it's destroy other commands! IF YOU CAN'T HELP DON'T HELP JESUS !@$#!@$

WHY YOU HAVE TO SPAM DON'T HELP ME IF YOU CAN'T
Reply
#8

The only way i'm helping is to protect any (possible) players joining your server and having their passwords exposed.

Does Encrypt(); salt + hash the passwords? can we see the function?
Reply
#9

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
The only way i'm helping is to protect any (possible) players joining your server and having their passwords exposed.

Does Encrypt(); salt + hash the passwords? can we see the function?
Encrypt(string2[])
{
for(new x=0; x < strlen(string2); x++)
{
string2[x] += (3^x) * (x % 15);
if(string2[x] > (0xff))
{
string2[x] -= 256;
}
}
return 1;
}
Reply
#10

if you want to change a players password you have to encrypt the new password and set it to that
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)