brute-force-algorithm
There are 72 repositories under brute-force-algorithm topic.
mgrzeszczak/des-cuda
DES cracking using brute force algorithm and CUDA
yak0d3/anyForm
Anyform is a lightweight form brute-forcing tool.
TwistAtom/ZWSP-Tool
ZWSP-Tool is a powerful toolkit that allows to manipulate zero width spaces quickly and easily. ZWSP-Tool allows in particular to detect, clean, hide, extract and bruteforce a text containing zero width spaces.
huaminghuangtw/Parallel-Sudoku-Solver
🔢 A parallelized Sudoku solver implemented with various solving algorithms in C++
Amable-Valdes/Prolog-Mazes
Algorithms to solve small mazes with prolog
nilostolte/Sudoku
Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once.
tappyy/qwertyuiop
An adventure into password cracking on the CPU
TTK011/Bruteforce-Forgotten-Crypto-Wallets
A Golang program made to generate private keys, public keys, and wallet address checking to attempt to find funds.
Juliavister/AdvancedAlgorithms1
Group project 1 from the course Advanced Algorithms
vityok/cl-string-match
Implementation of a number of string search algorithms in Common Lisp
Ahmeedkhaled/BrtWallet
Brute force multiple wallet mnemonics. Multi-threaded and suprisingly fast. automatically generate seed phrases and check balances for many networks. If a wallet with a non-zero balance is found, the wallet's information (address, mnemonic, private key, and balances) is logged and saved
azuriaa/brute-force
Contoh algoritma brute force
franciscosantos1914/algorithms
Famous algorithms done with Javascript
gzshawnliang/eight-riflemen-puzzle
This project is a contribution for CodinGame, a variant of an eight-queens puzzle of a Solo game using the Game Engine Toolkit of CodinGame.
salimandre/metaheuristics
Discrete and continuous optimization problems solved by metaheuristics algorithms.
abdullah2993/go-brute
A bruteforce combination generator for a specific character set
AcoranGonzalezMoray/Algoritmo-N-Queens-Fuerza-Bruta
Resolución del problema N-Queens mediante fuerza bruta con un iterador de combinaciones
afk73/BrtWallet
Brute force multiple wallet mnemonics. Multi-threaded and suprisingly fast. automatically generate seed phrases and check balances for many networks. If a wallet with a non-zero balance is found, the wallet's information (address, mnemonic, private key, and balances) is logged and saved
AKRASH-Nadeem/CacheToCrack
CacheToCrack is a brute-force password recovery tool that systematically generates combinations based on user-defined character sets and lengths. It features session management to save progress and allows users to easily resume efforts, making it an effective solution for testing password strength and recovering lost passwords.
ardwiinoo/String_Match_BruteForce
Implementasi algoritma brute force pada studi kasus pencarian string judul jurnal
bryanlzl/chess-without-chess-libraries
Chess written from scratch in Python
dembasowfr/panoramic-image
This project is a simple implementation of Panoramic Image Stitching using OpenCV and Python. The project is implemented using the following steps: 1. Feature Detection 2. Feature Matching 3. Homography Estimation 4. Image Warping 5. Image Blending
EdwardCalzia/Cipher
A list of brute force decryption and encryption scripts for a variety of different ciphers. It also includes a frequency analysis script and a case changer. Some of the ciphers include: affine cipher, vignenere cipher, substitution cipher, playfair cipher, morse code, and caesar cipher.
GabriOliv/cpp-thread-scripts-general
Algorithms implemented in C++ with Threads.
Gongure/n-body-simulation-methods
n-body solar system simulation using a brute force and a tree based algorithm
JeffreyChow19/tsp-with-dp
Solving Travelling Salesman Problem using Dynamic Programming
justEhmadSaeed/BruteForceVRecursive-Algorithms
Applied three different techniques⚡ to tackle the most efficient solution of finding the Subarray of an array, which holds the maximum sum of the whole array.
KareemMAX/TicTacToe
A command line Tic-Tac-Toe game with AI ❌⭕🤖
nomankarim8/Facebook-Pin-Cracker
Overview Facebook-Pin-Cracker Repository
saipreetham123/AIO_BRUTE
Brute forcer to login check accounts
SamuraJey/NodeJS-HW
Репозиторий для задач по курсу "скрипты"
vesran/BruteForce
Brute force and combinaisons
Yoann-Renard/Pixel-Art-Resolution-Fixer
Adjust resolution of pixel art image to match with a given pixel size. You can also auto-detect the right size.