I noticed the problem because in an old program when I insert a user and go to save the password it saves it like this

then I not understood how it save the password on field on archive
cPassw:=Encrypt(cPassw1)
oUtente:PassW :=cPassw
oUtente:save()
but when I have to convert it again to do the login check it tells me that the passwords do not match
cPasw:=Alltrim(Decrypt(oUtenti:PassW))
IF cPasw==cPass //cPass is the value insert by user
lRet:=lCont:=.T.

then I not understood how it save the password on field on archive
cPassw:=Encrypt(cPassw1)
oUtente:PassW :=cPassw
oUtente:save()
but when I have to convert it again to do the login check it tells me that the passwords do not match
cPasw:=Alltrim(Decrypt(oUtenti:PassW))
IF cPasw==cPass //cPass is the value insert by user
lRet:=lCont:=.T.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
