Giter VIP home page Giter VIP logo

prodigy_infotech's Introduction

Logo

Prodigy_InfoTech

Welcome to ProdigyInfoTech's Cybersecurity Projects Repository!

Here you'll find a selection of unique initiatives I created during my internship, all aimed at addressing the ever-increasing difficulties of cybersecurity.

Tasks

  • Implement caesar cipher

  • Pixel Mainpulation for image Encryption

  • Password Complexity Checker

  • Simple Keylogger

  • Network Packet Analyzer

Code

Implement caesar cipher

Pixel Mainpulation for image Encryption

Password Complexity Checker

Simple Keylogger

Network Packet Analyzer

References:

The Caesar cipher is a simple encryption technique. It operates by moving the letters in the plaintext message by a predetermined number of positions, called as the "shift" or "key".

Here is an example of how to use the Caesar cipher to encrypt the message “HELLO” with a shift of 3: Write down the plaintext message: HELLO Choose a shift value. In this case, we will use a shift of 3. Replace each letter in the plaintext message with the letter that is three positions to the right in the alphabet.

     H becomes K (shift 3 from H)

     E becomes H (shift 3 from E)

     L becomes O (shift 3 from L)

     L becomes O (shift 3 from L)
  • Mainpulation for image Encryption Pixel manipulation is an innovative technique to image encryption that employs cryptographic algorithms and libraries such as NumPy and Pillow to substitute, permute, and disperse individual pixel values. This technology improves image security and is critical for securing digital information.

  • Password Complexity Checker The Cyber Security Agency of Singapore has created a checker that estimates the time it would take for cybercriminals to figure out a password. Passwords are not saved or stored; it is solely intended for instructional reasons.

  • Simple Keylogger A keylogger, sometimes called a keystroke logger, is a type of surveillance technology used to monitor and record each keystroke on a specific device, such as a computer or smartphone

Screenshots

Keylogger

  • Network Packet Analyzer A packet sniffer (also known as a packet analyzer, protocol analyzer, or network analyzer) is a piece of hardware or software that monitors network traffic. Sniffers examine streams of data packets that move between networked computers and the greater Internet. Wireshark

Support

Let's talk! I'd love to hear from you!, email [email protected]

Logo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.