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!!
- Host: GitHub
- URL: https://github.com/parthasdey2304/password-encryption
- Owner: parthasdey2304
- License: gpl-3.0
- Created: 2023-05-07T14:29:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T15:15:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T13:52:41.021Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

# 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!!!!