Note: I m really sorry that i have done mistake in video,
Clearly saying Base64 is not encryption — it’s an encoding. It’s a way of representing binary data using only printable (text) characters. While encoding the user name and password with the Base64 algorithm typically makes them unreadable by the naked eye, they are as easily decoded as they are encoded. Security is not the intent of the encoding step. Rather, the intent of the encoding is to encode non-HTTP-compatible characters that may be in the user name or password into those that are HTTP-compatible.
I have used MD5 cryptography for encoding
while login i have encoded text of the inputted password the compared that encoded text with database text and if it matched the logged in and also used session for not letting any anonymous user to directly redirecting to the logged in page
Save encoded password in database | (Password encoding part 1) videos link :
Code of the login with encoded password (Link) :
Code of Encoded password Save in database (Link) :
My blogger link:
My google+ profile link:
please like my video , subscribe to my channel and press the bell icon beside subscribe button to get notification as soon as I upload any video
Nguồn:https://wijstaanvooronzegrondrechten.org/
dude can u make log in encrypt with roles
dude, how you decrypt the encrypted password?