Nis Practical QB
Nis Practical QB
Performing Restore:
Open Backup Settings: Click Start, type "Backup settings", and select
it.
Access Restore Options: Click "More options" and then "Restore files
from a current backup".
Choose Backup: Select the backup location from which you want to
restore your files.
Select Files to Restore: Browse through the backup and choose the files
or folders you want to restore.
Start Restore: Click "Restore" to begin restoring the selected files.
Decryption:
Input Ciphertext and Number of Rails: Get the encrypted message
and the number of rails used.
Calculate Rail Length: Divide the ciphertext into groups based on
the number of rails.
Fill in Characters: Put each group of characters into the appropriate
rail.
Read Off Decrypted Message: Read the characters diagonally to get
the decrypted message.
10] Write a program to implement Simple Columnar
transposition Technique.
Encryption:
Input Message and Key: Get the message and the encryption key.
Arrange Message in Columns: Write the message in rows under the
key, filling the columns one by one.
Sort Columns by Key: Rearrange the columns of the message
alphabetically based on the letters of the key.
Concatenate Columns: Read the characters column by column to get
the encrypted message.
Decryption:
Input Ciphertext and Key: Get the ciphertext and the encryption
key.
Calculate Column Order: Determine the order of the columns based
on the letters of the key.
Rearrange Columns: Rearrange the columns of the ciphertext based
on the calculated order.
Read Off Decrypted Message: Read the characters row by row to
get the decrypted message.
11] Use Steganography to encode and decode the message
using any tool.
Encoding a Message:
Choose an Image: Pick any picture you like. It could be a photo of
your pet, a landscape, or anything else.
Think of a Message: Decide on a short message you want to hide. It
could be a simple phrase, a joke, or a secret note.
Use an Online Tool: Go to a steganography website or app. Many
websites offer easy-to-use tools for free.
Upload the Image: Upload the picture you chose earlier to the
steganography tool.
Enter Your Message: Type in the message you want to hide in the
provided text box.
Encode the Message: Look for a button or option that says "Encode"
or "Hide". Click it to encode your message into the image.
Download the Encoded Image: After encoding, the tool will provide
you with a download link. Click it to save the newly encoded image
to your device.
Decoding a Message:
Open the Encoded Image: Locate the image file you downloaded
after encoding.
Use the Same Online Tool: Go back to the steganography website or
app you used earlier.
Upload the Encoded Image: Upload the image file containing the
hidden message.
Decode the Message: Look for an option that says "Decode" or
"Reveal". Click it to start the decoding process.
View the Hidden Message: Once the decoding is done, the tool will
show you the hidden message. Read and enjoy your secret message!
12] PGP Email Security Generate Public and Private Key
Pair.
Generating a Public and Private Key Pair:
Install GnuPG (GNU Privacy Guard): Download and install
GnuPG from its official website or using your computer's app store.
Open GnuPG Key Manager: Open the GnuPG Key Manager
application on your computer.
Generate a New Key Pair: Click on the option to generate a new
key pair.
Enter Your Name and Email: Enter your name and email address.
This information will be associated with your public key.
Set a Passphrase: Set a passphrase to protect your private key.
Choose something easy for you to remember but difficult for others to
guess.
Click Generate: Click the button to generate your key pair. GnuPG
will create a new public and private key for you.
Backup Your Keys: Once the key generation is complete, make sure
to backup both your public and private keys. You can usually export
them to a file for safekeeping.
Decrypting a Message:
Receive the Encrypted Message: Receive the encrypted message
from the sender through your preferred communication channel.
Open GnuPG or Email Client: Open the GnuPG application or use
email client integration.
Select Your Private Key: Make sure you have your private key
imported into GnuPG or configured in your email client.
Decrypt the Message: Choose the option to decrypt the encrypted
message using your private key.
View the Decrypted Message: Once decrypted, view the message in
its original, readable form.