Public-key or asymmetric-key encryption algorithms use a pair of keys, a public key associated with the creator/sender for encrypting messages and a private key that only the originator knows (unless it is exposed or they decide to share it) for decrypting that information. Examples of public-key cryptography include: RSA , used widely on the internet Elliptic Curve Digital Signature Algorithm (ECDSA) used by Bitcoin Digital Signature Algorithm (DSA) adopted as a Federal Information Processing Standard for digital signatures by NIST in FIPS 186-4 Diffie-Hellman key exchange To maintain data integrity in cryptography, hash functions , which return a deterministic output from an input value, are used to map data to a fixed data size. Types of cryptographic hash functions include SHA-1 (Secure Hash Algorithm 1), SHA-2 and SHA-3. Cryptography concerns Attackers can bypass cryptography, hack into computers that are responsible for data encryption and decryption, and...
____________________Codding_Start_Now