An open API service providing repository metadata for many open source software ecosystems.

Topic: "hashlib"

Pymmdrza/Brain33

Crack and Brute Force Attacking for Convert All Word's English and All Passlist Convert to HEX (SHA-256) Private Key

Language: Python - Size: 64.2 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 39 - Forks: 15

kislyuk/rehash

Resumable hashlib: a picklable interface to CPython's OpenSSL-based hashlib standard library

Language: Python - Size: 48.8 KB - Last synced at: 1 day ago - Pushed at: almost 3 years ago - Stars: 38 - Forks: 3

bitanon/hashlib

Secure hash functions, checksum generators, and key derivation algorithms in pure Dart

Language: Dart - Size: 1.41 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 27 - Forks: 2

sectool/Python-Random-Password-Generator

Python - Random Password Generator ( R.P.G. )

Language: Python - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 22 - Forks: 18

oohlaf/python-whirlpool

Python wrapper extension for C Whirlpool digest reference implementation.

Language: C - Size: 95.7 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 4

adafruit/Adafruit_CircuitPython_hashlib

Secure hashes and message digests

Language: Python - Size: 169 KB - Last synced at: about 5 hours ago - Pushed at: 8 days ago - Stars: 10 - Forks: 4

mishl-dev/DetectXDiscord

This Discord bot is designed to provide file scanning functionality using the VirusTotal API to check for viruses and other malware in attachments uploaded to a Discord channel.

Language: Python - Size: 36.1 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 1

bitanon/cipherlib

Implementations of cryptographic algorithms for encryption and decryption in Dart

Language: Dart - Size: 333 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 0

LukeDSchenk/HackInOS-File-Upload-Finder

Just a place to keep a neat piece of code I made in order to assist in rooting the HackInOS machine on Vulnhub.

Language: Python - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 4

Ddhruv-IOT/Python-security-hashing

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.

Language: Jupyter Notebook - Size: 121 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

bfidatadigipres/checksum_scripts

Checksum speed test scripts using Python2 and Python3 MD5 and CRC32 algorithms.

Language: Python - Size: 903 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 2

Cr0mb/Satoshi-Sweeper

Satoshi Sweeper is a Bitcoin wallet generator and balance checker. It generates mnemonic phrases, derives Bitcoin addresses (Legacy, Nested SegWit, and Native SegWit), and checks their balances using the Blockstream API.

Language: Python - Size: 20.5 KB - Last synced at: 12 days ago - Pushed at: 22 days ago - Stars: 4 - Forks: 0

thebunjo/Ruby-Hash-Cracker

Fast running hash cracker program written in ruby.

Language: Ruby - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

Kartik11082/Password-Manager

A simple Password Manager Project made with Python

Language: Python - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 2

Pranavtechie/Password-Manager

This Appilication can manage your entire Passwords

Language: Python - Size: 138 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

eventmanagementproj/Event-Management-Project

Source Code for the event management project at https://eventmanagement.pythonanywhere.com

Language: HTML - Size: 1.14 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 5

ronaldstoner/selfhash-python

A self-hashing python script

Language: Python - Size: 531 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

brodante/KeyGuardian

KeyGuardian Source Code

Language: C++ - Size: 60.8 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 2

LocalSmail/AES-Encrypt-Decrypt

Python script to Encrypt or Decrypt your input using a password to encrypt

Language: Python - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

chingc/Hash-Brown

A convenient interface for hashlib and zlib.

Language: Python - Size: 214 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

MateuszPerczak/PyHash

Python SHA1, SHA256, MD5 Generator

Language: Python - Size: 93.8 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

shubhamsahu03/Password_Manager

Password Manager in Python using pyaes and hashlib

Language: Python - Size: 47 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

mayurkadampro/Python-Hash-Cracker

Python-Hash-Cracker

Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 8

hackancuba/blake2signer

Using BLAKE in keyed hashing mode to sign and verify data.

Last synced at: about 1 month ago - Stars: 3 - Forks: 1

hurricanemark/SHA-1-Password-Cracker

Information Security -- How to hack a password. One particular use case for hashing is for user authentication. Given an original object (password, file, image, etc), the content is hashed into SHA1, or MD5, and stored in database. So, even the application could not revert a given hashed object to its original content. To authenticate, the user will supply an original object {password, file, image, etc}. the same hash routine is applied to produce a hashed object. This hashed object is compared with one stored in the database looking for a match.

Language: Python - Size: 84 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

subhayuroy/ComputationalForensics

🚨Computational Forensics is an emerging research🔎 domain. It deals with 🕵️‍♀️solving forensic problems🚔 using digital methods👨‍💻. It uses computational science to study digital evidence.

Language: Python - Size: 422 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 2

addrsh/E-mail-encryption

The E-mail encryption program creates a gateway to send and fetch emails from your google account. The users can send messages encoded with Vigenère cipher and key will be encrypted using RSA algorithm.

Language: Python - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

freakingrocky/authwall

Authentication Wall

Language: Python - Size: 444 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

prabormukherjee/Antivirus

A basic malware detector using Machine Learning

Language: Python - Size: 12.7 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

AgnellusX1/iPassU

A Hash-Based Password Cracker

Language: Python - Size: 1.24 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

karanBRAVO/detective

building a new version control system.

Language: Shell - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

MITHILESHK11/Steganography-App-Aicte-Internship-Cybersecurity-Edunet-Foundation

Secure Image Steganography App : This Streamlit-based Steganography App lets you securely encrypt and decrypt messages in images using the Least Significant Bit (LSB) technique. Messages remain invisible unless unlocked with the correct password.

Language: Python - Size: 1.24 MB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

zELdYT/MASTER

MASTER is an ambitious open-source C library aiming to provide a comprehensive set of utilities for everyday programming tasks. From data structures and algorithms to networking and system-level functions, MASTER strives to be your one-stop shop for all things C.

Language: C - Size: 1.11 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

henriquesebastiao/blindage

🔐 Pythonic Password Manager.

Language: Python - Size: 281 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

KafetzisThomas/Message-Hasher

Allows you to hash strings with support for various hashing algorithms and salt inclusion.

Language: Python - Size: 9.77 KB - Last synced at: 12 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

LupusJM/SecurePasswordTool

Python tool for secure password hashing and verification. Supports multiple hash types, customizable iterations, and optional pepper value. Simple CLI interface.

Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

pritam20ps05/HashCracker

A tool designed to perform dictionary attack on SHA256 hashes. It implements parallel computation of hashes to compute through large dictionaries more quickly.

Language: Python - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bitanon/hashlib_demo

A demo app for https://github.com/bitanon/hashlib

Language: Dart - Size: 1.02 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Imwisagist/Radium

Asynchronous script that downloads the HEAD contents of the repository https://gitea.radium.group/radium/project-configuration in a temporary folder of 3 streams. After performing all asynchronous tasks, the script counts sha256 hashes from each downloaded file.

Language: Python - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

thisistamim/hashlib

#hashlib

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Nukaze/bu-friends

Final Project for CS311 | Python GUI (2nd Year University, 2023)

Language: Python - Size: 261 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

snglrtycrvtureofspce/search-nice-address-crypto-wallet 📦

Language: Python - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mmsaki/blockchain

A blockchain app using streamlit in python.

Language: Python - Size: 904 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Henriqueiru/CreateBlockchain

A creation of the basic blockchain by python

Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

ImSkully/python-p2p-network

A peer-to-peer encrypted file sharing network over sockets with threading support for multiple clients.

Language: Python - Size: 2.57 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

tingtingths/hasher

Python hashlib wrapper.

Language: Python - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

futuresea-dev/RoobetCrash

roobert crash

Language: Python - Size: 1.05 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

Ankit161001/Belucoin

A python notebook which simulates the functioning of a cryptocurrency.

Language: Jupyter Notebook - Size: 1.01 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

william-o-s/File-Hash-Validation

A Tkinter application written in Python that verifies file authenticity against their hash. The application can be run in the background and makes the comparison of calculated hashes convenient.

Language: Python - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

RasbeeTech/SHA-1-Password-Cracker

A Python application to crack a hashed password using SHA-1

Language: Python - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

FaiZaman/Cryptocurrency-Mining-and-Design

Mining Bitcoin using Proof of Work and Proof of State, as well as designing Ethereum contracts

Language: Python - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

sandeep-shaw10/Py_Account_Tracker_GUI

Income & Expense Tracker

Language: Python - Size: 2.02 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

vikash212000yadav/URL-Shortener

Web App used to shorten the long URLs, based upon Django web framework using GraphQL

Language: Python - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

yifaneye/cracker

MD5 Hash cracker using Python, hashlib.

Language: Python - Size: 5.6 MB - Last synced at: 17 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

sectool/Python-Text-Encoding-Software

Python - Text Encoding Software

Language: Python - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

brebiv/CryptingBot

Telegram bot that allows you to use hashing algorithms.

Language: Python - Size: 8.06 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

isidharthrai/Blockchain-Simulation-using-Python

Implementation of a simulated environment using python

Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 5

julio9410/CyberSecurity-Steganography

🔐 A Python-based implementation of Least Significant Bit (LSB) Steganography for securely hiding and extracting messages within PNG images. Includes optional password protection and CLI support for embedding and extraction.

Language: Python - Size: 6.84 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

KashifMoin1410/Password-Check

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.

Language: Python - Size: 4.88 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

Beza383/random-password-generator

A secure and user-friendly password generator that creates strong, random passwords with customizable options.

Language: JavaScript - Size: 30.3 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

Searinox/ScryptCalc

ScryptCalc - Portable calculator for Scrypt KDF application with UI written in Python 3.7 for Windows

Language: Python - Size: 56.6 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

husal90/bittorrent-client

A lightweight, Python-based BitTorrent client that implements the core functionality of the BitTorrent protocol. This client allows you to load and parse torrent files, connect to trackers, and interact with peers in the BitTorrent network.

Language: Python - Size: 7.81 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

AdityaBadgotiya/Facial-Recognition-Attendance-System

This Attendance System that uses facial recognition to automatically mark student attendance. It features admin and student logins, real-time face detection, attendance tracking, email reporting, and secure password management. Built with Python (Tkinter, OpenCV, and Pillow), it replaces manual attendance with automated facial verification.

Language: Python - Size: 1.07 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 1

AsfaaKhan/Secure-Data-System

Secure Data Encyption Sysytem . In This App user need to register itself than go to the login page and then finally home page with sidebar shown in the app where you can store data retrieve data and then logout from the app.

Language: Python - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DanishHaji/Py-Pr-Secure-Data-Encryption-System

A Streamlit-based encryption system that securely stores and retrieves sensitive data using AES-256 encryption, with passphrase protection and automatic lockout after failed attempts. No databases needed everything works in memory or optional JSON storage.

Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

priyankaav123/SQLi_Detection_Dashboard

A real-time SQL Injection detection and monitoring dashboard designed for security personnel and organizations that require real-time alerts and diagnosis.

Language: JavaScript - Size: 681 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

dhruvv1402/Blockchain-Python

A Python-powered blockchain project featuring a basic implementation for learning and an advanced version with enhanced security, smart contracts, and peer-to-peer networking.

Language: Python - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stzyium/saltforge

A simple Python password security system using cryptographic concepts like salting, hashing, and PBKDF2.

Language: Python - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

dai0413/SHA-1-password-cracker-freecodecamp

Language: Python - Size: 41 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

CanardConfit/hashlib 📦

Collection of hashlib functions for Ansible

Language: Python - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ecopque/registration_and_login_project

This project demonstrates the implementation of a simple user registration, login, and account removal system using Python 3.11 with a MySQL/MariaDB database. The system uses Object-Oriented Programming (OOP) principles and the MVC (Model-View-Controller) architecture. It utilizes the SQLAlchemy ORM to interact with the database...

Language: Python - Size: 27.3 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

mr-mudgal/Password-Breach-Checker

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.

Language: Python - Size: 1.99 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

JDCloete/Encrypt-Decrypt-Files-with-Python

This Python-based GUI application supports file encryption and decryption using RSA and a custom XOR-based algorithm with SHA-256 password hashing. Built with Tkinter, it provides a user-friendly interface for encrypting files, storing passwords securely, and verifying them during decryption.

Language: Python - Size: 11.5 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

IGOR10S/xhash

A script that computes the hash of strings or files using a user-specified algorithm (supported by the Python hashlib library). Useful for checking data integrity or generating unique identifiers.

Language: Python - Size: 24.4 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

lopezrunco/hashcracker

A simple Python-based hash cracker that allows to crack a hash by using a dictionary file.

Language: Python - Size: 4.88 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

beryllium-org/hashutils

A collection of hash utils for ljinux.

Language: Python - Size: 2.17 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

liblaf/benchmark-ouch 📦

📊 Benchmarking compression & hashing algorithms with Python & ouch 🚀

Language: Python - Size: 646 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

PetusoTwo/EncryptPassword

Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

rhoumaesen/practical-crypto-course

CSSY2201 : Introduction to Cryptography

Language: Python - Size: 165 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

wgbowley/PassEM

Vce 3/4 - AES256 encrypted password manager

Language: Python - Size: 18.6 KB - Last synced at: 29 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

BorneNeedsHelp/text-2-binhash

Converts text into binary, then to a encoding! Uses hashlib for some encodings

Language: Python - Size: 10.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

PeymanKh/simple_blockchain_implementation

This repo showcases basic blockchain development using Python.

Language: Python - Size: 6.16 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

AdrianVvazquez/Distributed-File-System

Sistema de archivos distribuido en python con rpyc

Language: Python - Size: 55.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

kayozxo/Spord

Spord is a simple, user-friendly interface password manager application built with Python and the custom Tkinter module for securely storing and retrieving passwords for various websites.

Language: Python - Size: 152 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ChiragRadhakrishna43-7/Cryptography

🗝️ Implementation of famous cryptography algorithms over computer networks. 🔐🔑

Language: Python - Size: 44.9 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

plima0x/hash_verifier

A Program to verify the file hash

Language: Python - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

0xlucyy/vrf

A provably fair Verifiable Random Function (VRF) that provides cryptographic outputs to confirm games were fair

Language: Python - Size: 2.16 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mitali-Juvekar/Blockchain

Creating my first blockchain using python.

Language: Python - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

elenadj7/securetransfer

Simple project for uploading and checking files integrity

Language: Python - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

blakkheart/secrets_test_task

API сервис позволяет создать секрет, задать кодовую фразу для его открытия и cгенерировать код, по которому можно прочитать секрет только один раз.

Language: HTML - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

steveleecode/sha256

Blockchain System using SHA-256 Encryption

Language: Python - Size: 2.93 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SiddhantDembi/Atm

Command line interface for basic atm functions.

Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nexiouscaliver/secret-text

Cryptographic engine library built with optimized keys to encode and decode text.

Language: Python - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DericAugusto/ISN2024_DistrSys

Material from the course of Distributed Systems and Blockchain at ENSEM - Université de Lorraine.

Language: Python - Size: 36 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Coders-Bar/Bitcoin-wallet-balance-Checker

Heya Crypto geeks!!! Check out this script and give your luck a chance...

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Coders-Bar/Bitcoin-Wallet-Private-key-Generator

This Script is made on Python and its pip Libraries. This Script only works for the bitcoin wallets of Base 58 and or cracking the Private key of any Base 58 bitcoin wallet, range of the Private Key must be known by which the time complexity will be less, Good luck! for wallet hunting.. xdd

Language: Python - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ismael-Moreira-JVS/LogIn-System

A login system created in Python using the libraries "os" to check the existence of files, "sqlite3" to create and manipulate databases, "hashlib" to encrypt passwords and "re" to validate emails.

Language: Python - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ismael-Moreira-JVS/Password-Manager

Este é um simples gerenciador de senhas em Python que permite armazenar e recuperar senhas de serviços, utilizando um hash seguro. Ele oferece opções para armazenar senhas de forma segura e recuperá-las apenas quando você inserir a senha mestra correta.

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ChasingTheDream369/Wait-Management-System

🌎 World’s first Wait Management System 🚀for Restaurants 🍕 by integrating the Point of Sales Report and describing the problem in detail with suggesting our unique solution to it by implementing stock management, sales report, Advanced Queue management, Critical Data Visualization, real time-notification management and category sorting. 📝

Language: TypeScript - Size: 24.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

independent-coder/HashingTweaks

A powerful Python command-line app with several features for hashing, finding common passwords using hashes and wordlists!

Language: Python - Size: 96.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0