An open API service indexing awesome lists of open source software.

https://github.com/parthasdey2304/password-encryption

This is a program that uses SHA512, Argon2, UTF-16, Bcrypt, PBKDF2 to encode and hash the password and give you the hash for it!!
https://github.com/parthasdey2304/password-encryption

Last synced: 6 months ago
JSON representation

This is a program that uses SHA512, Argon2, UTF-16, Bcrypt, PBKDF2 to encode and hash the password and give you the hash for it!!

Awesome Lists containing this project

README

          

# Password-Ecryption
This is a program that uses SHA512, Argon2, UTF-16, Bcrypt, PBKDF2 to encode and hash the password and give you the hash for it!!

# Pre-requisites
You would need these following to run this program:
+ Python(version 3.7 or higher)
+ Git
+ Bcrypt encryption
+ Argon2 encryption

# Installation
Copy the following codes and paste them in the terminal and press enter:
+ Installing python3:
```
sudo apt install python3 -y
```

+ Installing git:
```
sudo apt install git -y
```

+ Installing Bcrypt:
```
pip3 install bcrypt
```

+ Installing Argon2:
```
pip3 install argon2
```

# Usage
+ First you need to clone the repo:
```
git clone https://github.com/parthasdey2304/password-encryption.git
```

+ Get into the repository:
```
cd password-encryption
```

+ Run the **main.py** file:
```
python3 main.py
```

+ Done..

# Screenshot
![Screenshot 2023-05-07 201424](https://user-images.githubusercontent.com/131694386/236684909-780d82e5-0802-48b0-839c-6ea79ad47572.png)

# Contributing
We welcome contributions from the community! We welcome your contributions to improve the project. If you'd like to contribute to Tkinter-Image-Viewer, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.

# THANK YOU COMMUNITY!!!!