DEV Community

Discussion on: React Native Password Encryption and Decryption using Base64 Method

Collapse
 
swarupkm profile image
Swarup Kumar Mahapatra

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.