This is a React Native application that demonstrates how to perform SHA-256 encryption on user input.
-
Clone the repository:
git clone https://github.com/Efo-YU/utilsApp.git
-
Navigate to the project directory:
cd utilsApp
-
Install the dependencies:
npm i
To run the application, use the following command:
npm start
You can also run the app on an emulator or a physical device:
npm run android
or
npm run ios
- Encryptor: A functional component that handles user input and calls the SHA-256 encryption utility.
- sha256: A utility function that takes a string input and returns its SHA-256 hash using a cryptographic library.
This project is licensed under the MIT License.