GithubHelp home page GithubHelp logo

ddhruv-iot / python-security-hashing Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 124 KB

It is the project for ShapeAi Bootcamp in python and network security. I have created this project to demonstrate the use of various algorithms from Hashlib. Also, I have demonstrated the use of salting and iteration on hashes to increase security and protection.

Jupyter Notebook 86.43% Python 13.57%
hash security cryptography md5 security-tools hashlib shapeai python salting cybersecurity

python-security-hashing's Introduction

Python-security-hashing

Overview:

It is the project for ShapeAi Bootcamp in python and network security.
I have created this project to demonstrate the use of various algorithms from Hashlib.
Also, I have demonstrated the use of salting and iteration on hashes to increase security and protection.

What is Hashing:

Hashing is a one-way function where a unique message digest is generated from an input file or a string of text.
It's used to prevent unauthorized users from reading data from a file by rendering it into an unreadable form.

What is Salt and Iteration:

  • salt is random data that is used as an additional input to a one-way function that hashes data, a password, or passphrase
  • Iteration on hashes, is the way to make password hash more secure. In this, we first generate a hash from the base string and again generate the hash of the previous hash and so on.

Python Libraries Required:

  • Hashlib - for proving random algorithms.
  • Uuid - for generating random string for salting purposes.

Algothrims Used:

  • MD5
  • SHA-1
  • SHA-224
  • SHA-256
  • SHA-512

python-security-hashing's People

Contributors

ddhruv-iot avatar

Stargazers

 avatar  avatar  avatar  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.