App Functionality
This is an app built in React Native.
Typing a message with the key
Encrypting
Copied that encrypted message
Decrypting the message with that key when we were encrypting the message
Users can type a message with the key and encrypt that. Now, The encryption of that text user can also decrypt that text by inputting that key.
Here is the source code: https://github.com/maazshakeel/Secret-Messages-App-With-React-Native
Top comments (0)