Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Lesson 8.10 Criptografía

Description

En esta lección, los alumnos aprenden cómo los ordenadores cifran y descifran la información. Los alumnos aprenden la diferencia entre encriptación asimétrica y simétrica.


Objective

Students will be able to:

  • Explain what cryptography is and how it is used
  • Analyze an encryption and determine if it is weak or strong
  • Explain the difference between an easy and hard problem in computer science
  • Explain the difference between algorithms that run in a reasonable amount of time and those that do not run in a reasonable amount of time
  • Explain the difference between solvable and unsolvable problems in computer science
  • Explain the existence of undecidable problems in computer science