Skip to content

CinnamonYeti459/TextToHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text To Hash

A simple C# Avalonia UI application that converts text into various cryptographic hashes. This project demonstrates hashing algorithms like MD5, SHA-1, SHA-256, and SHA-3 with an easy-to-use interface.

Demonstration of the MD5 hashing feature with a clear view of the user interface and its functionality

Features

  • Multiple Hash Algorithms
    Convert any input text to hashes using MD5, SHA-1, SHA-256, and SHA-3 algorithms real-time.

  • Easy Copy and Paste
    Quickly copy the resulting hash to your clipboard for use in your projects or security checks.

TODO

  • More Hashing Algorithms
    Add additional hash functions such as SHA-512, Blake2, Whirlpool, and others.

  • Salting Options
    Introduce the ability to add salt to your hashes to increase security and prevent rainbow table attacks.

  • Cipher Implementations
    Include simple ciphers like Caesar cipher and more advanced encryption options.

  • Decrypt Options
    Implement decrypt features if possible, especially for reversible ciphers, to extend functionality.

  • Enhanced UI Features
    Add customization for hash output formatting, saving outputs, and more user preferences.

About

A C# Avalonia UI app demonstrating MD5, SHA-1, SHA-256, and SHA-3 hashing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages