Computer Science, asked by Anonymous, 9 months ago

what is hacking.....indetail

<!DOCTYPE html>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <html lang="en">\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <head>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <meta charset="UTF-8">\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <meta name="viewport" content="width=device-width, initial-scale=1.0">\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <title>Arc reacter</title>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <link rel="stylesheet" href="design.css" />\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ </head>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <body><div class="fullpage-wrapper">\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="reactor-container">\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="reactor-container-inner circle abs-center"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="tunnel circle abs-center"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="core-wrapper circle abs-center"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="core-outer circle abs-center"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="core-inner circle abs-center"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil-container">\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-1"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-2"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-3"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-4"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-5"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-6"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-7"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <div class="coil coil-8"></div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ </div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ </div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ </div>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ <style>body { margin: 0; } .fullpage-wrapper { width: 100%; height: 100vh; background: radial-gradient(#353c44, #222931); display: flex; } .reactor-container { width: 300px; height: 300px; margin: auto; border: 1px dashed #888; position: relative; border-radius: 50%; background-color: #384c50; border: 1px solid rgb(18, 20, 20); box-shadow: 0px 0px 32px 8px rgb(18, 20, 20), 0px 0px 4px 1px rgb(18, 20, 20) inset; } .reactor-container-inner { height: 238px; width: 238px; background-color: rgb(22, 26, 27);; box-shadow: 0px 0px 4px 1px #52FEFE; } .circle { border-radius: 50%; } .abs-center { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .core-inner { width: 70px; height: 70px; border: 5px solid #1B4E5F;background-color: #FFFFFF; box-shadow: 0px 0px 7px 5px #52FEFE, 0px 0px 10px 10px #52FEFE inset; } .core-outer { width: 120px; height: 120px; border: 1px solid #52FEFE; background-color: #FFFFFF; box-shadow: 0px 0px 2px 1px #52FEFE, 0px 0px 10px 5px #52FEFE inset; } .core-wrapper { width: 180px; height: 180px; background-color: #073c4b; box-shadow: 0px 0px 5px 4px #52FEFE, 0px 0px 6px 2px #52FEFE inset; } .tunnel { width: 220px; height: 220px; background-color: #FFFFFF; box-shadow: 0px 0px 5px 1px #52FEFE, 0px 0px 5px 4px #52FEFE inset; } .coil-container { position: relative; width: 100%; height: 100%; animation: 3s infinite linear reactor-anim; } .coil { position:absolute; width: 30px; height: 20px; top: calc(50% - 110px); left: calc(50% - 15px); transform-origin: 15px 110px; background-color:#073c4b; box-shadow: 0px 0px 5px #52FEFE inset; } .coil-1 { transform: rotate(0deg); } .coil-2 { transform: rotate(45deg); } .coil-3 { transform: rotate(90deg); } .coil-4 { transform: rotate(135deg); } .coil-5 { transform: rotate(180deg); } .coil-6 { transform: rotate(225deg); } .coil-7 { transform: rotate(270deg); } .coil-8 { transform: rotate(315deg); } @keyframes reactor-anim { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ </style>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ </body>\  \textless \ br /\  \textgreater \ \  \textless \ br /\  \textgreater \ </html>

Answers

Answered by Anonymous
2

security hacker is someone who explores methods for breaching defenses and exploiting weaknesses in a computer system or network.[1] Hackers may be motivated by a multitude of reasons, such as profit, protest, information gathering,[2] challenge, recreation,[3] or to evaluate system weaknesses to assist in formulating defenses against potential hackers. The subculture that has evolved around hackers is often referred to as the "computer underground".[4]

Longstanding controversy surrounds the meaning of the term "hacker". In this controversy, computer programmers reclaim the term hacker, arguing that it refers simply to someone with an advanced understanding of computers and computer networks[5] and that cracker is the more appropriate term for those who break into computers, whether computer criminals (black hats) or computer security experts (white hats).[6][7] A 2014 article noted that "... the black-hat meaning still prevails among the general public".[8]

Answered by Vaishnavimewati
1

Answer:

Follow back dude .....................

Similar questions