Skip to content

Hossin-Azmoud/HEDShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

HEDShell

Description

A python based reple that supports hashing and encoding given pieces of text.

Quick start

$ git clone https://github.com/Moody0101-X/HEDShell
$ cd HEDShell
$ python -m venv venv && ./venv/Scripts/activate
$ pip install -r requirements.txt
$ cd src && main.py

Usage examples

  • in this example the reple hashes the string HELLOWWORLD using the sha256 algorithm.
	[*] -> hash HELLOWWORLD sha256

	0b21b7db59cd154904fac6336fa7d2be1bab38d632794f281549584068cdcb74
  • to see available hashing algorithms just write hash.

  • in the following example the reple encodes the string hello base16

	[*] -> encode hello base16
	
	68656C6C6F
  • to see available hashing algorithms just write encode.
  • to decode strings use the decode command as follows
	[*] -> decode 68656C6C6F base16
	
	hello
  • other commands: exit, help

About

A shell to hash, Encode and decode Text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages