DEV Community

Cover image for App Secret-Messages With React-Native
Muhammad Maaz Shakeel
Muhammad Maaz Shakeel

Posted on

App Secret-Messages With React-Native

App Functionality

This is an app built in React Native.

Here is how UI looks like:
IMG_20210625_191135.jpg

Typing a message with the key

Screenshot_20210628-153211.jpg

Encrypting

Screenshot_20210628-153219.jpg

Copied that encrypted message

Screenshot_20210628-153221.jpg

Decrypting the message with that key when we were encrypting the message

Screenshot_20210628-153230.jpg

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.

Video of My App

Here is the source code: https://github.com/maazshakeel/Secret-Messages-App-With-React-Native

Top comments (0)