Posts

Showing posts from March, 2023

Ethical hacking

 BY:AKINPELU ABIODUN MOSES BSC. MATHEMATICS  | NATIONAL OPEN UNIVERSITY OF NIGERIA  Design and development of A  simple malware with html, css and JavaScript   App link: http://cloud-connect.atspace.cc/Simple%20Malware.html App source code: https://github.com/abiodun6876/Akinbrand.io-/blob/main/Simple%20Malware.html  In today's world, cybersecurity is of utmost importance. With the increase in cyber crimes and hacking incidents, it is essential to educate people on how to protect themselves and their devices. The "Cybersecurity and Ethical Hacking " app is an interactive way to learn about cybersecurity and ethical hacking. The app is designed to run in the browser and allows users to enter their name and interact with the app. The app is designed to loop through a prompt message for 5 minutes and display a message at the end of the loop. The app also prevents the user from closing the window until the loop completes, making it more engaging. Let's dive int...

Cybersecurity and Ethical Hacking

  A Comprehensive Guide for Future Cybersecurity Professionals AKINPELU ABIODUN MOSES  National open university of Nigeria. Bsc. Mathematics  May, 2023 TABLE OF CONTENTS: Chapter 1: Introduction to Cybersecurity Definition of cybersecurity Historical evolution of cybersecurity Importance of cybersecurity in today's world Overview of the cybersecurity landscape Chapter 2: Cyber Threats and Vulnerabilities Types of cyber threats Common vulnerabilities in systems and networks Methods of attack and exploitation Understanding the mindset of attackers Chapter 3: Risk Assessment and Management Importance of risk assessment Conducting a risk assessment Developing a risk management plan Implementing security controls and monitoring Chapter 4: Cybersecurity Policies and Standards Overview of cybersecurity policies and standards Understanding compliance requirements Implementing policies and procedures Building a security-aware culture Chapter 5: Network Security Basics of network s...

Cyber security application | BY:AKINPELU ABIODUN MOSES BSC. MATHEMATICS | NATIONAL OPEN UNIVERSITY OF NIGERIA

  Design and development of A Client-Side Text File Security App With Crypto JS library called ASCII  modified with  mathematical function(y=bx^2+ax+c and Caesar cipher with the shift determined by a, b, and c. App link: http://cloud-connect.atspace.cc/zipLock.html Source code: https://github.com/abiodun6876/Akinbrand.io-/blob/main/ZipLock.html Introduction:  ZipLock is a client-side text file security app that allows users to encrypt and decrypt their text with unique secret keys. The app was developed to provide a secure way for users to store sensitive information such as passwords, credit card information, and personal notes. ZipLock utilizes a complex algebra mathematical function to develop an encrypted algorithm, making it impossible for anyone to describe the encryption without the set secret keys. Aim and Objectives: The aim of the ZipLock app is to provide a secure and reliable way for users to store and manage their sensitive data. To achieve this aim, the...

Software development company

Image
  About Us CloudPrint is a software development company based in Lagos state, Nigeria, with a mission to empower businesses with innovative software solutions. We believe that efficient and streamlined operations are the key to success in today's fast-paced business environment, and we work closely with our clients to develop customized software solutions that align with their business goals. Our team of developers, designers, and project managers have extensive experience in the software development industry and are committed to delivering efficient, user-friendly, and secure software solutions. We believe in keeping our clients informed throughout the development process, and our agile development methodology ensures that our clients have complete visibility and control over the project. At CloudPrint, we are committed to ongoing support and maintenance services to ensure that our clients' software solutions are always up to date and performing optimally. Our support team is ...

How To Access Webcam using html, css and javascript

 Hi friends,  we are about to explore how to access our Webcam using html, css and javascript.  Without wasting any time.  The aim and objective of this project is to access Webcam, stream and perform basic Webcam screenshot-image. Let us start by identification of all needed materials to accomplished our project.  IDE:We will make use of Microsoft Visual Studio for desktop or Anwriter for mobile developers Environment. This is were will write all our codes and debugging  We need a web browser to preview our project  and for translation,interpretation and app testing. Create 3 files (index.html,style.css and main.js) Copy and paste all the provided code below in there respective files. HTML CODE: <!doctype html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport"           content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, ...