Skip to content

tsweet77/multihasher-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiHasher App

MultiHasher is an Android application designed to perform multiple levels of hashing on a given intention or text. The app allows you to customize the number of hash levels, repetitions, and encoding types, providing flexibility and control over your hashing process.

Features

  • Multi-Level Hashing: Perform hashing on your input text across multiple levels (from 1 to 1000) and repetitions per level (from 1 to 100,000).
  • Various Encoding Options: Choose from different encoding levels:
    • 64-bit
    • 256-bit
    • 512-bit
  • Dynamic Clipboard Integration: Copy generated hashes to your clipboard with a single tap.
  • Real-Time Updates: View real-time updates and status messages during the hashing process.
  • Customizable Input: Enter any text as an intention and customize how it is hashed.

Getting Started

Prerequisites

  • An Android device running Android 5.0 (Lollipop) or higher.

Installation

  1. Download the MultiHasher APK from the GitHub repository.
  2. Install the APK on your Android device by opening the downloaded file and following the on-screen instructions.

Note: Make sure to enable installation from unknown sources in your device settings.

Usage

  1. Enter Your Intention: Type the text or intention you want to hash into the input box.
  2. Set Hash Levels: Choose the number of hash levels (between 1 and 1000).
  3. Set Repetitions per Level: Specify the number of repetitions for each hash level (between 1 and 100,000).
  4. Choose Encoding Level: Select your preferred encoding level: 64-bit, 256-bit, or 512-bit.
  5. Start Hashing: Click the "Start" button to begin the hashing process. The app will display real-time updates and status messages.
  6. Copy Hash: Tap on the displayed hash to copy it to your clipboard.

License

This project is licensed under the GPLv3 License.

Contributing

Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

Contact

If you have any questions, issues, or suggestions, please open an issue in the GitHub repository.