Friday, 31 March 2017

HTML

Hi everyone!

I'm going to teach you HTML.
First I'm going to let you de link of the webpage we have created:

file:///C:/Users/alumnobach/Desktop/Aisa.html

And now the HTML code:

<!DOCTYPE html>
<html>
   <head>
      <title>Aida and Elsa's WEB</title>
   </head>
   <body>
      <h2> Aida and Elsa's WEB :) </h2>
      <p>This is <a href="http://ictaidarb.blogspot.com.es/">Aida's blog</a>.</p>

      <p>And this is <a href="http://ictelsafreire.blogspot.com.es/">Elsa's blog</a>.</p>
      <img src="Gatito.jpg" alt="Kitty" style="width:240px;height:320px;">
<!-- Look Angelica! -->
      <h3 style="color:red;"> Visit our blogs, please! </h3>
   </body>
</html>

And that's all!!!!

Thursday, 9 March 2017

Cryptography

Hi everyone!

Today I'm going to talk about cryptography.

Confidentiality is privacy.The data is only visible for the people who have rights.

We can get confidentiality with "cryptography", that consists is change your information so no one can understand it, except you and the ones who have permissions. In other words, encrypt the data. The opposite is decrypt.

To encrypt something you need an algorithm and a key. An algorithm is the patron you use to encrypt data, and the key is the number you use to do the algorithm.

In this page: http://www.cryptoclub.org/ you can encrypt and decrypt words or phrases.
And example, in the Caesar encryption, with the key 5.


  • Hi, how are you doing? ⟶ MN, MTB FWJ DTZ ITNSL?
  • My name is Elsa ⟶ RD SFRJ NX JQXF
And that's all!!!!