Code Monkey home page Code Monkey logo

kxnyshk / data-hashing.py Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10.49 MB

A .py application to hash secure user entered sensitive data or passwords using the SHA3-256 Crypto Algorithm, to make one's available online data secure & resistive against possible data breaches online.

Python 100.00%
cryptography hash hashing hashing-algorithms hashing-library hashing-passwords hashlib hashlib-library keccak keccak-256 python python-3 sha3 sha3-256

data-hashing.py's Introduction

data-hashing.py

A .py application to hash secure user entered sensitive data or passwords using the SHA3-256 Crypto Algorithm, to make one's available online data secure & resistive against possible data breaches online.

Fetching the repo

  • Download the .zip file from here
  • Unzip/Extract the directory.
  • Open the extracted directory in VsCode or any other IDE of your choice.

How to execute

There are two ways to execute the application:

Executing .py file using Terminal

  • Open the Terminal of your choosen IDE.
  • Execute the main.py script, either by using the command:
    • py main.py (Python execution) or
    • nodemon main.py (Node/Nodemon execution)
    • (Make sure your system has Python/Node/Nodemon installed prior execution)

Executing .exe file

  • After you have extracted the zip file, open it.
  • Head towards the /dist/main/main.exe executable file location, link
  • Execute the file with double clicking it, the application will be launched.

Using the application

  • Enter your identity as asked (official/non-offcial)
  • Enter the data/password you wanna hash
  • The SHA3-256 Hash (HexCode) for the specified data will be generated

Commands

  • Press -1: to terminate the application
  • Press 0: to re-run main.py

Hashing used

  • The hash algorithm used for hashing is SHA3-256
  • It belongs to the SHA-3 Keccak hash family
  • Based on the Sponge construction of cryptographic concept.
  • A version of SHA3-256, the Keccak-256 is used in Ethereum Blockchain development.
  • The hash has been fetched via Python's hashlib library.

Further Reads

data-hashing.py's People

Contributors

kxnyshk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.