Posts

Showing posts from December, 2014

Generate a key pair with the tool gpg

Image
Generate a key pair with the tool gpg gpg –gen-key Export your public key to an ASCII file To export the key use this command gpg –armor –output malik.asc –export maniqe@iesjoandaustria.org List the public keys that you have on your system. To get the list of keys use we will use this command                                                 gpg --list-keys   Send your public key to the key server pgpkeys.mit.edu (Key Distribution)   By Terminal   List the private keys that you have on your system. Import the public key of at least three companions. Encrypt an image with the public key of a colleague and send by email. Decrypt a file you have sent a colleague Digitall...

Mymail-Crypt for Gmail

Image
Need to install the Mymail-Crypt extension in google chrome. After the installation go to the extension and find the Mymail-Crypt.   Now click the options . Click the mykeys as we have don't have any key so we need to generate the new key Fill the options. Password is optional but recommended and then click the submit.   After that two keys will appear my keys(Private Keys) and friends keys(Public Keys) We can now proceed to Gmail. I am going to compose a mail to my self.   As we can see that at the last Encrypt option appears, Before sending the mail type the password and click Encrypt. Our message has been encrypted.   Send the mail and then check the mail it will appear like this.. In the corner Decrypt options appear. Here just write the password and see the original message.

Autopsy

Image
Introduction In this case we have to investigate a pen drive and according to the to Police we have to get the.. 1.Time of sharing 2. Name of the head of the band. 3. Exchange Place Tools used Autopsy The Sleuth Kit Open office Google Google Chrome Mozilla Firefox Virtual-box Ubuntu 14.04 Preparation of the analysis process First we have to install a tool with we can investigate. I am going to install AUTOPSY which is very useful and very good tool to investigate. sudo apt-get install autopsy   After, we have to open a new case. After clicking new case now we have to fulfill the options like name of case and investigators names.   Add Host.   Here we have to write Host name and description,Time zone and Time-skew Adjustment, But I am only going to use write host name and  Time-skew Adjustment.   Then click the add host.   Add image which we have to investigate. Here we have to add the l...