Skip to content

Efo-YU/utilsApp

Repository files navigation

utilsApp

This is a React Native application that demonstrates how to perform SHA-256 encryption on user input.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/Efo-YU/utilsApp.git
    
  2. Navigate to the project directory:

    cd utilsApp
    
  3. Install the dependencies:

    npm i
    

Usage

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

Components

  • Encryptor: A functional component that handles user input and calls the SHA-256 encryption utility.

Utilities

  • sha256: A utility function that takes a string input and returns its SHA-256 hash using a cryptographic library.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published