Very minor thing
#1

When i log in i see my password when i'm writing it, but i want it not to be seen as letters or numbers, i need it to be seen like small circles or ***** (To be encrypted or something like that) and thank you
Reply
#2

This won't works i think (YOu can only Hash it in a FIle)
Reply
#3

Use DIALOG_STYLE_PASSWORD.
Reply
#4

Sry forgot This (-:
Reply
#5

I need someone to explain it EXACTLY cause i don't understand you
Reply
#6

I already made the box (dialog) that you write the password in, but i want to make it unable to be revealed
Reply
#7

Example: ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYL E_PASSWORD,"Login","Your Sentence:","Login","Abort");

Look in Wikipedia (-:
Reply
#8

Red_Dragon then use Whirlpool.

Whirlpool hashes the password make it impossible to revealed the password.
Reply
#9

Example:
You have something like this at the moment:
pawn Код:
ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_INPUT, "Login Here", "Type Your password below:", "Okay", "Cancel");
You just need to replace DIALOG_STYLE_INPUT with DIALOG_STYLE_PASSWORD.
Reply
#10

I use whirlpool, doesn't make anything
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)