Verify file hashes of downloaded files easily in a GUI
-
Updated
Nov 4, 2021 - Python
Verify file hashes of downloaded files easily in a GUI
🚀Build your simple and first blockchain network with python
This script has the hability to generate hashes out of strings of alfanumeric text, it has 12 modes, it uses the hashlib library so its compatible with BLAKE,SHA, and SHA3, the code its very messy, so you can download it and optimize it, you can use it on your script just credit me.
A Cryptography GUI App made as a pet project using Python standard libraries. To be used to encrypt text and small binary files. Uses standard AES-256-PBKDF2_SHA2 with random salts and iv. On top of which a Shift Cipher is used to completely obfuscate the AES-Output. Shift Ciphers are likely unbreakable if underlying text is random.
In a general sense, password cracking is the process of using an application program to identify and recover passwords from a computer or network resource. Let's make our own password md5 cracker.
Verificación y Análisis de Archivos con VirusTotal API
Blockchain Building Blocks HW 12 Inputs - Unit 18
Herramienta para automatizar tareas como eliminar archivos duplicados, organizar archivos por tipo, redimensionar imágenes, convertir formatos, extraer audio de videos, fusionar PDFs y renombrar archivos.
Trying out Test Driven Development (TDD) for Django project
✔🆓Collection of some cool Projects
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.
The how to generate hashes using hashlib module in python.
Blockchain-based ledger system, complete with a user-friendly web interface. This ledger allows partners to conduct financial transactions (that is, to transfer money between senders and receivers) and to verify the integrity of the data in the ledger.
Stay informed about the security of your passwords! The Password Checker is a simple one-page website built with Python Django that helps users determine if their passwords have been compromised in a data breach.
Enhancing 2 Factor Authentication
Checks if given password has been made public before using the pwned checker API
A Python-based tool that securely hashes user-provided passwords using the SHA-1 algorithm and checks them against known data breaches via the Have I Been Pwned API. Employing the k-Anonymity model, it ensures user privacy while providing clear feedback on password compromise status.
Sistema de gerenciamento de bibliotecas, utilizando manipulação de arquivos CSV, para armazenar dados de usuários e livros, para melhorar o controle de clientes, projeto desenvolvido no curso de Desenvolvimento de Sistemas pelo SENAI.
Add a description, image, and links to the hashlib-library topic page so that developers can more easily learn about it.
To associate your repository with the hashlib-library topic, visit your repo's landing page and select "manage topics."