Bruce forces Simulation
Gebe eine Zahl von 0 bis 999999 ein und eine Millisekunden-Zeit.
Dieses Script soll dir zeigen wie brute force arbeitet
Ein richtiges Bruce forces hätte da nicht nur Zahlen stehen, sondern alle Buchstaben und Sonderzahlen und eine unbekannte Anzahl der Länge
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<!doctype html>
<html lang="de">
<head>
<style>
body {
background-color:#000;
color:#999;
font-size:20pt;
line-height:40px;
text-align:center;
vertical-align:middle;
}
table {
border-spacing:10px;
}
td {
background-color:#111;
border:2px solid #60C;
border-radius:5px;
box-shadow:0px 0px 16px -8px #999 inset;
height:40px;
width:40px;
}
#container {
margin:5px auto 0px auto;
text-align:center;
width:280px;
}
.cd{
background-color:#111;
border:2px solid #60C;
border-radius:5px;
box-shadow:0px 0px 16px -8px #999 inset;
height:40px;
width:113%;
margin:0px 10px 10px 10px;