DEV Community

skptricks
skptricks

Posted on

Example to Convert any Input Value in MD5 in React Native

Source : Example to Convert any Input Value in MD5 in React Native

This tutorial explains how to convert input text value to MD5 in react native application. This example we are going to use MD5 function to convert our Input Text into MD5, in another word it will hashing messages with MD5.

MD5 stands for ‘Message-Digest algorithm 5’. The MD5 algorithm is used as a cryptographic hash function or a file fingerprint. It is non-reversible and very safe for password security.
This type of hashing technique helps to encrypt the password of user from password textinput field.

Click here to read more...

Top comments (1)

Collapse
 
timkor profile image
Timkor

"It is non-reversible and very safe for password security."

You are kidding, right?