Password value displayed as special character!!!?

suvidhasuvidha Member Posts: 117
Hi... I just wnt to know how the Password value in User Table Is displayed as special characters. I could not find any coding or special property set for this!!! :-k Kindly let me know this :P

Comments

  • MalajloMalajlo Member Posts: 294
    Your question is quite tricky ;) If you think that you can reverse password (read: crack), I wish you good luck
    [-X
  • WaldoWaldo Member Posts: 3,412
    On a textbox, there is a property called "PasswordText". You can use this property to show your text in your textbox as passwordtext.

    I think you were searching on field-level, but you need to look at form-level... .

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • suvidhasuvidha Member Posts: 117
    No my question is simple... Go to User Table(2000000002) give a new user id and password, now this password appears as a junk value in table!
    How is it done?
  • WaldoWaldo Member Posts: 3,412
    The answer is simple: The password is encrypted.
    It's inside the C/SIDE environment. You won't be able to do anything about that.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • suvidhasuvidha Member Posts: 117
    Thank u :D
Sign In or Register to comment.