Thursday, October 19, 2017

What is steganography? How to perform steganography without using any software

What is Steganography : 

It is the art of hiding secret message inside ordinary message (which has no meaning). Steganography is alternate to encryption. Steganography is the useful technique to achieve computer security or information security.

In encryption the message to be kept secret (which is in plaintext/readable format) is applied to encryption algorithm and as a result of encryption algorithm the plaintext message get converted into ciphertext (ciphertext is the text which is not readable and understandable) and transmitted to destination.

If there is a person who capture the transmission media and who is able to sniff the messages in transit then the secret message in ciphertext form may attract to that third person. Ciphertext are point of attractions since it don’t have meaning, so the ultimate aim of attacker is to understand the ciphertext.

Sunday, August 6, 2017

c program for National Flag of India


//C graphics program for National Flag of India with output pdf download
#include<graphics.h>
#include<stdio.h>
#include<conio.h>
void main()
{
int gd=DETECT,gm,i;
initgraph(&gd,&gm,"");
for(i=0;i<getmaxy()/3;i++)
{
setcolor(4);
line(0,i,getmaxx(),i);
}
for(i=getmaxy()/3;i<getmaxy()*2/3;i++)
{
setcolor(15);
line(0,i,getmaxx(),i);
}
for(i=getmaxy()*2/3;i<=getmaxy();i++)
{
setcolor(GREEN);
line(0,i,getmaxx(),i);
}
setcolor(BLUE);
for(i=0;i<360;i+=15)
pieslice(getmaxx()/2, getmaxy()/2, i,i+15, 80);
getch();
closegraph();
}

Saturday, July 15, 2017

Winter 14 ISE Information Security 17518 MSBTE Model Answer PDF download


Summer 15 ISE Information Security 17518 MSBTE Model Answer PDF download


Winter 15 ISE Information Security 17518 MSBTE Model Answer PDF download


Summer 16 ISE Information Security 17518 MSBTE Model Answer PDF download


Summer 16 Information Security MSBTE Question Paper ISE 17518 PDF Download


Winter 15 Information Security MSBTE Question Paper ISE 17518 PDF Download


Summer 15 Information Security MSBTE Question Paper ISE 17518 PDF Download


Friday, April 28, 2017

How to make Password Strong. (Password Selection Criteria)

While selecting password to various accounts ensure that your password should meet the following parameters


  1. Password Should be of minimum eight (8) Characters
  2. Password should be combination of Uppercase letters (A to Z), Lowercase letters (a to z), Special characters (ex. @, #, $, %, ^)and Digits (0 to 9)
  3. Password should not relate to your personal profile
  4. Password should not be simple type matic
  5. Password should not be dictionary word