Learn about Confidentiality of Information.

Confidentiality of information It means something that is secret and is not supposed to be disclosed to unintended people or entities.It other words,does not share your personal information to any people or any one.It ensures that your private information is accessed only by an authorized person & kept away from those not authorized to possess …

What is Cyber Stalking & its Prevention.

Cyber Stalking is a crime in which the attackers used the Internet & other technologies to harass a victim or stalk another person online or using a electronic communication such as e-mail,or instant messaging (IM) or messages posted to websites or a discussion group.It relies upon the anonymity afforded by the internet to allow them …

Steps to Install & Configure KeyCloak on Ubuntu 20.04 LTS

Keycloak is an open source Identity and Access Management solution tool.It is easy to use & makes it easy to secure application or services without writing any code.It supports many features including multifactor authentication,centralized user management, authentication, authorization and web interface login. There are some steps to Install & Configure KeyCloak on Ubuntu: Step 1: …

Step By Step Guide to Use Encrypted Password in a Bash Script

Hello, Here we are discussing how to encrypt or decrypt the password & to use encrypted password in a bash script. Using Encryption method, we can converting normal message/plaintext into meaningless message/Ciphertext whereas decryption is the process of converting meaningless message/Ciphertext into its original form/Plaintext. We are using encrypted password in a bash script using …

4 Simple Ways to Install Katoolin on Ubuntu 20.04 LTS

Katoolin is a Python script. It allows to install the kali linux tools. Using Katoolin, we can install network security and penetration tools at once or manually one by one. There are few steps to install katoolin & kali linux tool using Katoolin on system. Step 1: Update the System apt-get update Step 2: Install …