alex-georgiou / rc4-32.asm

RC4-32 brute force cracker for pwl files with an RC-4 32-bit key encryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RC4-32 brute force cracker for pwl files with an RC-4 32-bit key encryption

© 1999 Alexandros Georgiou alex.georgiou@gmail.com

Intel x86 code to brute force the 32-bit key used to RC4 encrypt .pwl files.

Assembles to a 992 byte .COM file using IASM, the Intel Architecture Assembler v1.0 Copyright (c) 1998 augusto at dcc.ufmg.br.

Do this to assemble:

iasm rc4-32.asm

Then run rc4-32.com to get help:

rc4-32

About

RC4-32 brute force cracker for pwl files with an RC-4 32-bit key encryption