Can a private key be computed from public key?
Friday, 09 August 2024
by Emmanuel Udofia
Public-key cryptography, also known as asymmetric cryptography, is a fundamental concept in the field of cybersecurity. It involves the use of two distinct but mathematically related keys: a public key, which can be disseminated widely, and a private key, which must be kept confidential by the owner. The security of public-key cryptographic systems relies heavily
- 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, EUCLIDEAN ALGORITHM, Euler's Theorem, Integer Factorization, Public Key Cryptography, RSA
How does the RSA digital signature algorithm work, and what are the mathematical principles that ensure its security and reliability?
Saturday, 15 June 2024
by EITCA Academy
The RSA digital signature algorithm is a cryptographic technique used to ensure the authenticity and integrity of a message. Its security is underpinned by the mathematical principles of number theory, particularly the difficulty of factoring large composite numbers. The RSA algorithm leverages the properties of prime numbers and modular arithmetic to create a robust framework
- Published in Cybersecurity, EITC/IS/ACC Advanced Classical Cryptography, Digital Signatures, Digital signatures and security services, Examination review
Tagged under:
Cybersecurity, Digital Signatures, Integer Factorization, Modular Arithmetic, Public Key Cryptography, RSA

