Skip to content

Hashing with Python3. Create Encryption of any string , passwords with md5, sha hashing.

License

Notifications You must be signed in to change notification settings

sdeepx/DeepHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hashing With Python3


Installation

**NOTE**: Python 3.6 or higher is required.
  # clone the repo
  $ git clone https://github.com/shubha161/DeepHash
  
  # change the working directory to DeepHash
  $ cd DeepHash

Usage

  # Run the file only 
  $ python3 DeepHash.py
          ################################################################################################################
                                                                                    
                     ▄▄▄▄▄                                   ▄▄    ▄▄                      ▄▄       
                     ██▀▀▀██                                 ██    ██                      ██       
                     ██    ██   ▄████▄    ▄████▄   ██▄███▄   ██    ██   ▄█████▄  ▄▄█████▄  ██▄████▄ 
                     ██    ██  ██▄▄▄▄██  ██▄▄▄▄██  ██▀  ▀██  ████████   ▀ ▄▄▄██  ██▄▄▄▄ ▀  ██▀   ██ 
                     ██    ██  ██▀▀▀▀▀▀  ██▀▀▀▀▀▀  ██    ██  ██    ██  ▄██▀▀▀██   ▀▀▀▀██▄  ██    ██ 
                     ██▄▄▄██   ▀██▄▄▄▄█  ▀██▄▄▄▄█  ███▄▄██▀  ██    ██  ██▄▄▄███  █▄▄▄▄▄██  ██    ██ 
                     ▀▀▀▀▀       ▀▀▀▀▀     ▀▀▀▀▀   ██ ▀▀▀    ▀▀    ▀▀   ▀▀▀▀ ▀▀   ▀▀▀▀▀▀   ▀▀    ▀▀ 
                                                   ██                                               

        ################################################################################################################
    
    
  [+]  Enter the value for Encryption - 
  : hello world
                                                                      
▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀  


                                        [+] Choose a Hashing option for Encryption :
                                         ______________________________
                                                        |
                                            1) Md5      |   2) SHA1
                                                        |
                                            3) SHA224   |   4) SHA256
                                                        |
                                            5) SHA384   |   6) SHA512
                                                        |
                                         _______________|______________

: 1

-------------------------------------------------------------------------------------------------------
                                                        ▝                          
                            ▗▄▖  ▖▄  ▄▖  ▄▖  ▄▖  ▄▖  ▄▖ ▗▄  ▗▗▖  ▄▄                 
                            ▐▘▜  ▛ ▘▐▘▜ ▐▘▝ ▐▘▐ ▐ ▝ ▐ ▝  ▐  ▐▘▐ ▐▘▜                 
                            ▐ ▐  ▌  ▐ ▐ ▐   ▐▀▀  ▀▚  ▀▚  ▐  ▐ ▐ ▐ ▐      ▀▘  ▀▘  ▀▘ 
                            ▐▙▛  ▌  ▝▙▛ ▝▙▞ ▝▙▞ ▝▄▞ ▝▄▞ ▗▟▄ ▐ ▐ ▝▙▜                 
                            ▐                                    ▖▐                 
                            ▝                                    ▝▘   
-------------------------------------------------------------------------------------------------------

md5 of hello world = 5eb63bbbe01eeed093cb22bb8f5acdc3

▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ 

© DeepHash
version - 1.2
Licensed under the MIT License.