Posts by KevynTD • 34 points
2 posts
-
-1
votes4
answers183
viewsA: Compare if password is correct
Buddy, ideally you work with password encryption, so even we developers, who have access to the source code, couldn’t figure out the password. One of the safe ways to do this is to use SHA256…
-
2
votes1
answer53
viewsA: How to access an object within an object, where its name is a number?
Buddy, I tested your code and it worked right! I just found a little strange the way you declared the object, but with me it worked smoothly, I only used the code as follows: //Declaro uma variável…