×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • SUPPORT

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED
Questions and answers categorized in: Cybersecurity > EITC/IS/CCF Classical Cryptography Fundamentals > Introduction to public-key cryptography

How does the Euclidean Algorithm work to find the greatest common divisor (GCD) of two integers, and why is it important in cryptographic protocols?

Friday, 14 June 2024 by EITCA Academy

The Euclidean Algorithm is a classical method in number theory used to determine the greatest common divisor (GCD) of two integers. The GCD of two integers and is the largest integer that divides both and without leaving a remainder. This algorithm is foundational in various fields, including cryptography, due to its efficiency and simplicity. How

  • Published in Cybersecurity, EITC/IS/CCF Classical Cryptography Fundamentals, Introduction to public-key cryptography, Number theory for PKC – Euclidean Algorithm, Euler’s Phi Function and Euler’s Theorem, Examination review
Tagged under: Cybersecurity, GCD, Key Generation, Modular Arithmetic, Public Key Cryptography, RSA

What is the public-key cryptography (asymmetric cryptography)?

Saturday, 20 April 2024 by Cyrille Romeo Kouadio

Public-key cryptography, also known as asymmetric cryptography, is a fundamental concept in the field of cybersecurity that emerged due to the issue of key distribution in private-key cryptography (symmetric cryptography). While the key distribution is indeed a significant problem in classical symmetric cryptography, public-key cryptography offered a way to resolve this problem, but additionally introduced

  • Published in Cybersecurity, EITC/IS/CCF Classical Cryptography Fundamentals, Introduction to public-key cryptography, The RSA cryptosystem and efficient exponentiation
Tagged under: Asymmetric Cryptography, Cryptography, Cybersecurity, Public Key Cryptography, RSA

What are the 5 basic steps for the RSA cipher?

Friday, 15 September 2023 by Silvio Pereira

The RSA cipher is a widely used public-key encryption algorithm that relies on the mathematical properties of prime numbers and modular arithmetic. It was developed in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman, and has since become one of the most important cryptographic algorithms in use today. The RSA cipher is based on

  • Published in Cybersecurity, EITC/IS/CCF Classical Cryptography Fundamentals, Introduction to public-key cryptography, Number theory for PKC – Euclidean Algorithm, Euler’s Phi Function and Euler’s Theorem
Tagged under: Cybersecurity, Decryption, Digital Signatures, Encryption, Key Generation, Public-key Encryption, RSA Cipher, Signature Generation, Signature Verification

When was the RSA cryptosystem invented and patented?

Wednesday, 13 September 2023 by Silvio Pereira

The RSA cryptosystem, a cornerstone of modern public-key cryptography, was invented in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman. However, it is important to note that the RSA algorithm itself was not patented in the United States until 2020. The RSA algorithm is based on the mathematical problem of factoring large composite numbers,

  • Published in Cybersecurity, EITC/IS/CCF Classical Cryptography Fundamentals, Introduction to public-key cryptography, The RSA cryptosystem and efficient exponentiation
Tagged under: Cybersecurity, Decryption, Encryption, Factoring, Public Key Cryptography, RSA Cryptosystem

Why in the RSA cipher the public key has one part, while the private key has two parts?

Wednesday, 13 September 2023 by Silvio Pereira

The RSA cipher, which is widely used in public-key cryptography, utilizes a pair of keys: a public key and a private key. These keys are used in modular algebra computations to encrypt and decrypt messages. The public key consists of one part, while the private key consists of two parts. To understand the role of

  • Published in Cybersecurity, EITC/IS/CCF Classical Cryptography Fundamentals, Introduction to public-key cryptography, The RSA cryptosystem and efficient exponentiation
Tagged under: Cybersecurity, Decryption, Encryption, Modular Algebra, Private Key, Public Key, RSA Cipher

Can Euler’s theorem be used to simplify the reduction of large powers modulo n?

Wednesday, 13 September 2023 by Silvio Pereira

Euler's theorem can be indeed used to simplify reduction of large powers modulo n. Euler's theorem is a fundamental result in number theory that establishes a relationship between modular exponentiation and Euler's phi function. It provides a way to efficiently compute the remainder of a large power when divided by a positive integer. Euler's theorem

  • Published in Cybersecurity, EITC/IS/CCF Classical Cryptography Fundamentals, Introduction to public-key cryptography, Number theory for PKC – Euclidean Algorithm, Euler’s Phi Function and Euler’s Theorem
Tagged under: Cybersecurity, Euler's Theorem, Modular Arithmetic, Modular Exponentiation, Number Theory, Reduction Of Large Powers

What is the role of the parameter t in the Extended Euclidean Algorithm (EEA)?

Monday, 11 September 2023 by Silvio Pereira

The parameter t of the Extended Euclidean Algorithm (EEA) plays a important role in the field of public-key cryptography, specifically in the context of classical cryptography fundamentals. The EEA is a mathematical algorithm used to find the greatest common divisor (GCD) of two integers and to express it as a linear combination of the two

  • Published in Cybersecurity, EITC/IS/CCF Classical Cryptography Fundamentals, Introduction to public-key cryptography, Number theory for PKC – Euclidean Algorithm, Euler’s Phi Function and Euler’s Theorem
Tagged under: Cybersecurity, EEA, Extended Euclidean Algorithm, Modular Arithmetic, Modular Multiplicative Inverse, Public Key Cryptography
  • 1
  • 2
  • 3
  • 4
Home » Introduction to public-key cryptography

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (106)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Reddit publ.)
  • About
  • Contact
  • Cookie Policy (EU)

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on Twitter
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF), governed by the EITCI Institute since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    Follow @EITCI
    EITCA Academy

    Your browser doesn't support the HTML5 CANVAS tag.

    • Quantum Information
    • Cybersecurity
    • Artificial Intelligence
    • Cloud Computing
    • Web Development
    • GET SOCIAL
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.