Source : React Native Password Encryption and Decryption using Base64 Method
This tutorial explains how encrypt and decrypt password text using B...
For further actions, you may consider blocking this person and/or reporting abuse
Encryption IS NOT equal to Encoding.
Hence simply masking the password with Base-64 is one of the worst ideas.
It just gives false sense of security.. Hence title of article is truly misleading.
Specially if junior developers are looking into it. They need to have a
Secure First
mind set.