Code Monkey home page Code Monkey logo

encrypt's Introduction

Project Title : Encrypting and Decrypting Data

IMPORTANT :
	MAKE SURE YOU HAVE THE ALL THE 3 txt FILES IN THE SAME DIRECTORY WHERE THE .py script is present.
	

Important variables and their function:
	<kdf> calculates the hash value of the message over a period of 100k[1 Lakh] iterations,the algorithm used here is SHA256.
	<key> holds the password in the base64 format so that it can be used for encryption and generate a message digest.
	













Before making changes to any code,please ensure that you have the following modules/packages installed.
Step 0:  You will be requiring some modules,out of which one requires installation
	0.1 Installing the modules:
		pip install cryptography
	0.1.E if any error is occured google search the error with the exact keywords
	0.2 Check if the modules are installed: <Go to the Command line or Python idle and type the following>
		import os
		import system
		import cryptography
	0.3.E if any error has occured, then the installation of any of the module hasn't been completed properly	
	0.3 If the intrepreter doesn't return any error then you are set to go.
steap 1: You may replace the variable "salt" by generating a random value from <os.random(16)>
step2 : Make the changes and run the code 

encrypt's People

Contributors

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