{"id":1210,"date":"2023-09-11T22:44:57","date_gmt":"2023-09-11T13:44:57","guid":{"rendered":"https:\/\/tippang.net\/?p=1210"},"modified":"2023-09-11T22:44:59","modified_gmt":"2023-09-11T13:44:59","slug":"cryptography-and-digital-signatures","status":"publish","type":"post","link":"https:\/\/tippang.net\/?p=1210","title":{"rendered":"Cryptography and Digital Signatures"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"819\" src=\"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png\" alt=\"\" class=\"wp-image-1211\" srcset=\"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png 1024w, https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7-300x240.png 300w, https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7-768x614.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"cd5d\">This posting will cover essential concepts, techniques, and algorithms, diving deep into the underlying mathematics and technology.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h1 class=\"wp-block-heading\" id=\"fee7\">1. Introduction to Cryptography<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"5d9a\">Cryptography is the practice and study of techniques for secure communication in the presence of third parties called adversaries. It encompasses various methods to protect information and ensure its confidentiality, integrity, and authenticity. Digital signatures are a critical application of cryptography, ensuring the authenticity of messages and transactions.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"e935\">2. Types of Cryptography<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"a105\">Cryptography can be broadly classified into two categories:<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"d527\">2.1. Symmetric Key Cryptography<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"6062\">In symmetric key cryptography, the same key is used for both encryption and decryption. Examples of symmetric key algorithms include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Advanced Encryption Standard (AES)<\/li>\n\n\n\n<li>Data Encryption Standard (DES)<\/li>\n\n\n\n<li>Triple Data Encryption Standard (3DES)<\/li>\n\n\n\n<li>Blowfish<\/li>\n\n\n\n<li>Twofish<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"45c7\">Pros:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Faster in performance compared to asymmetric key cryptography<\/li>\n\n\n\n<li>Suitable for bulk data encryption<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"dfaa\">Cons:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Key distribution and management become a challenge<\/li>\n\n\n\n<li>Not scalable for a large number of users<\/li>\n\n\n\n<li>No provision for non-repudiation<\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"5cfa\">2.2. Asymmetric Key Cryptography<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"d93c\">In asymmetric key cryptography, also known as public-key cryptography, two distinct keys (a public key and a private key) are used for encryption and decryption. Examples of asymmetric key algorithms include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>RSA<\/li>\n\n\n\n<li>Diffie-Hellman<\/li>\n\n\n\n<li>ElGamal<\/li>\n\n\n\n<li>Elliptic Curve Cryptography (ECC)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"8024\">Pros:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Provides non-repudiation<\/li>\n\n\n\n<li>Solves key distribution and management issues<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"7773\">Cons:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Slower in performance compared to symmetric key cryptography<\/li>\n\n\n\n<li>Requires more computational power and larger key sizes<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"348c\">3. Digital Signatures<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"3f61\">A digital signature is a mathematical scheme that provides authentication, integrity, and non-repudiation to electronic documents or messages. It uses asymmetric key cryptography to generate and verify signatures.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"86a1\">Signature Generation:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The sender creates a message digest by applying a cryptographic hash function to the message.<\/li>\n\n\n\n<li>The sender encrypts the message digest using their private key, generating the digital signature.<\/li>\n\n\n\n<li>The sender sends the message and digital signature to the recipient.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"9200\">Signature Verification:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The recipient receives the message and digital signature.<\/li>\n\n\n\n<li>The recipient decrypts the digital signature using the sender\u2019s public key, obtaining the original message digest.<\/li>\n\n\n\n<li>The recipient computes the message digest of the received message using the same cryptographic hash function.<\/li>\n\n\n\n<li>If the computed message digest matches the decrypted message digest, the digital signature is verified, and the message is considered authentic and unaltered.<\/li>\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"591b\">3.1. Digital Signature Algorithm (DSA)<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"4b2d\">The Digital Signature Algorithm (DSA) is a widely used signature scheme based on the mathematical properties of modular exponentiation and discrete logarithms. The DSA has three main steps: key generation, signing, and verification.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"ab00\">Key Generation:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select a large prime number&nbsp;<code>p<\/code>&nbsp;and a smaller prime number&nbsp;<code>q<\/code>&nbsp;such that&nbsp;<code>q<\/code>&nbsp;is a divisor of&nbsp;<code>p-1<\/code>.<\/li>\n\n\n\n<li>Choose a generator&nbsp;<code>g<\/code>&nbsp;in the finite field of order&nbsp;<code>q<\/code>&nbsp;modulo&nbsp;<code>p<\/code>.<\/li>\n\n\n\n<li>Select a private key&nbsp;<code>x<\/code>&nbsp;(1 &lt;= x &lt;= q-1) and compute the public key&nbsp;<code>y = g^x mod p<\/code>.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"451e\">Signing:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Choose a random nonce&nbsp;<code>k<\/code>&nbsp;(1 &lt;= k &lt;= q-1).<\/li>\n\n\n\n<li>Compute&nbsp;<code>r = (g^k mod p) mod q<\/code>.<\/li>\n\n\n\n<li>Compute&nbsp;<code>s = k^(-1) * (H(m) + x*r) mod q<\/code>, where&nbsp;<code>H(m)<\/code>&nbsp;is the hash of the message.<\/li>\n\n\n\n<li>The signature is the pair&nbsp;<code>(r, s)<\/code>.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"c045\">Verification:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Compute&nbsp;<code>w = s^(-1) mod q<\/code>.<\/li>\n\n\n\n<li>Compute&nbsp;<code>u1 = H(m) * w mod q<\/code>.<\/li>\n\n\n\n<li>Compute&nbsp;<code>u2 = r * w mod q<\/code>.<\/li>\n\n\n\n<li>Compute&nbsp;<code>v = (g^u1 * y^u2 mod p) mod q<\/code>.<\/li>\n\n\n\n<li>If&nbsp;<code>v == r<\/code>, the signature is valid.<\/li>\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"6e0f\">3.2. RSA Digital Signature<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"4008\">RSA is another widely used digital signature scheme based on the mathematical properties of modular exponentiation and the difficulty of factoring large numbers. The RSA digital signature process consists of key generation, signing, and verification.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"7b51\">Key Generation:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Choose two distinct large prime numbers&nbsp;<code>p<\/code>&nbsp;and&nbsp;<code>q<\/code>.<\/li>\n\n\n\n<li>Compute&nbsp;<code>n = p * q<\/code>.<\/li>\n\n\n\n<li>Compute the totient function&nbsp;<code>phi(n) = (p-1) * (q-1)<\/code>.<\/li>\n\n\n\n<li>Choose a public key&nbsp;<code>e<\/code>&nbsp;such that&nbsp;<code>1 &lt; e &lt; phi(n)<\/code>&nbsp;and&nbsp;<code>gcd(e, phi(n)) = 1<\/code>.<\/li>\n\n\n\n<li>Compute the private key&nbsp;<code>d<\/code>&nbsp;such that&nbsp;<code>d * e \u2261 1 (mod phi(n))<\/code>.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"ec76\">Signing:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Compute the message digest&nbsp;<code>H(m)<\/code>&nbsp;using a cryptographic hash function.<\/li>\n\n\n\n<li>Compute the signature&nbsp;<code>s = H(m)^d mod n<\/code>.<\/li>\n\n\n\n<li>Send the message and signature to the recipient.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"1cc4\">Verification:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Compute the message digest&nbsp;<code>H(m)<\/code>&nbsp;of the received message.<\/li>\n\n\n\n<li>Compute&nbsp;<code>H'(m) = s^e mod n<\/code>.<\/li>\n\n\n\n<li>If&nbsp;<code>H'(m) == H(m)<\/code>, the signature is valid.<\/li>\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"d3e2\">3.3. Elliptic Curve Digital Signature Algorithm (ECDSA)<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"d61c\">ECDSA is a digital signature scheme based on elliptic curve cryptography (ECC). It offers similar functionality to DSA and RSA but requires smaller key sizes and less computational power. The ECDSA process includes key generation, signing, and verification.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"ac1c\">Key Generation:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Choose an elliptic curve and a base point&nbsp;<code>G<\/code>&nbsp;on the curve.<\/li>\n\n\n\n<li>Select a private key&nbsp;<code>d<\/code>&nbsp;(1 &lt;= d &lt;= n-1), where&nbsp;<code>n<\/code>&nbsp;is the order of the base point&nbsp;<code>G<\/code>.<\/li>\n\n\n\n<li>Compute the public key&nbsp;<code>Q = d * G<\/code>.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"bf4b\">Signing:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Choose a random nonce&nbsp;<code>k<\/code>&nbsp;(1 &lt;= k &lt;= n-1).<\/li>\n\n\n\n<li>Compute the point `R = k * G<\/li>\n\n\n\n<li>Compute&nbsp;<code>r = x-coordinate of R mod n<\/code>. If&nbsp;<code>r = 0<\/code>, choose a new&nbsp;<code>k<\/code>&nbsp;and repeat steps 2-3.<\/li>\n\n\n\n<li>Compute&nbsp;<code>s = k^(-1) * (H(m) + d * r) mod n<\/code>. If&nbsp;<code>s = 0<\/code>, choose a new&nbsp;<code>k<\/code>&nbsp;and repeat steps 2-4.<\/li>\n\n\n\n<li>The signature is the pair&nbsp;<code>(r, s)<\/code>.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"66c8\">Verification:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Verify that&nbsp;<code>r<\/code>&nbsp;and&nbsp;<code>s<\/code>&nbsp;are in the interval [1, n-1].<\/li>\n\n\n\n<li>Compute&nbsp;<code>w = s^(-1) mod n<\/code>.<\/li>\n\n\n\n<li>Compute&nbsp;<code>u1 = H(m) * w mod n<\/code>&nbsp;and&nbsp;<code>u2 = r * w mod n<\/code>.<\/li>\n\n\n\n<li>Compute the point&nbsp;<code>R' = u1 * G + u2 * Q<\/code>.<\/li>\n\n\n\n<li>If the&nbsp;<code>x-coordinate of R' mod n<\/code>&nbsp;equals&nbsp;<code>r<\/code>, the signature is valid.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/pago.run\/wp-content\/uploads\/2023\/04\/max-saeling-N4jhGAoNuGo-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-567\"\/><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"f560\">4. Cryptographic Hash Functions<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"85a9\">Cryptographic hash functions play a crucial role in digital signatures, as they produce a fixed-size output (message digest) from an arbitrary length input (message). They possess the following properties:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pre-image resistance: Given&nbsp;<code>H(m)<\/code>, it is computationally infeasible to find&nbsp;<code>m<\/code>.<\/li>\n\n\n\n<li>Second pre-image resistance: Given&nbsp;<code>m<\/code>, it is computationally infeasible to find&nbsp;<code>m' \u2260 m<\/code>&nbsp;such that&nbsp;<code>H(m) = H(m')<\/code>.<\/li>\n\n\n\n<li>Collision resistance: It is computationally infeasible to find any two distinct inputs&nbsp;<code>m<\/code>&nbsp;and&nbsp;<code>m'<\/code>&nbsp;such that&nbsp;<code>H(m) = H(m')<\/code>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"66db\">Some commonly used cryptographic hash functions are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Secure Hash Algorithm (SHA) family: SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-3<\/li>\n\n\n\n<li>Message Digest (MD) family: MD5<\/li>\n\n\n\n<li>BLAKE2<\/li>\n\n\n\n<li>Whirlpool<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"fa69\"><em>Cryptography and digital signatures work together to provide secure communication and transactions in the digital world. By combining asymmetric key cryptography with cryptographic hash functions, digital signatures ensure the authenticity, integrity, and non-repudiation of electronic messages and documents. Understanding the underlying concepts, techniques, and algorithms is crucial for implementing secure systems and protecting sensitive data in various applications.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This posting will cover essential concepts, techniques, and algorithms, diving deep into the underlying mathematics<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-1210","post","type-post","status-publish","format-standard","hentry","category-home"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cryptography and Digital Signatures - tippang.net<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tippang.net\/?p=1210\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:locale\" content=\"en_US\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:type\" content=\"article\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:title\" content=\"Cryptography and Digital Signatures - tippang.net\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:description\" content=\"This posting will cover essential concepts, techniques, and algorithms, diving deep into the underlying mathematics\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tippang.net\/?p=1210\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:site_name\" content=\"tippang.net\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-11T13:44:57+00:00\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-11T13:44:59+00:00\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"author\" content=\"charles kim\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta name=\"twitter:data1\" content=\"charles kim\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" class=\"yoast-seo-meta-tag\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tippang.net\/?p=1210#article\",\"isPartOf\":{\"@id\":\"https:\/\/tippang.net\/?p=1210\"},\"author\":{\"name\":\"charles kim\",\"@id\":\"https:\/\/tippang.net\/#\/schema\/person\/5fba0966333bf1aa9f72ad464d264d4a\"},\"headline\":\"Cryptography and Digital Signatures\",\"datePublished\":\"2023-09-11T13:44:57+00:00\",\"dateModified\":\"2023-09-11T13:44:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tippang.net\/?p=1210\"},\"wordCount\":949,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/tippang.net\/#organization\"},\"image\":{\"@id\":\"https:\/\/tippang.net\/?p=1210#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png\",\"articleSection\":[\"Home\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/tippang.net\/?p=1210#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tippang.net\/?p=1210\",\"url\":\"https:\/\/tippang.net\/?p=1210\",\"name\":\"Cryptography and Digital Signatures - tippang.net\",\"isPartOf\":{\"@id\":\"https:\/\/tippang.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tippang.net\/?p=1210#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tippang.net\/?p=1210#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png\",\"datePublished\":\"2023-09-11T13:44:57+00:00\",\"dateModified\":\"2023-09-11T13:44:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tippang.net\/?p=1210#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tippang.net\/?p=1210\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tippang.net\/?p=1210#primaryimage\",\"url\":\"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png\",\"contentUrl\":\"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png\",\"width\":1024,\"height\":819},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tippang.net\/?p=1210#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tippang.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cryptography and Digital Signatures\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tippang.net\/#website\",\"url\":\"https:\/\/tippang.net\/\",\"name\":\"tippang.net\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/tippang.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tippang.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tippang.net\/#organization\",\"name\":\"tippang.net\",\"url\":\"https:\/\/tippang.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tippang.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tippang.net\/wp-content\/uploads\/2021\/02\/cropped-\u110e\u1162\u1102\u1165\u11af\u110b\u1161\u110b\u1175\u110f\u1169\u11ab1_\u1100\u1165\u1107\u116e\u11a8\u110b\u1175.png\",\"contentUrl\":\"https:\/\/tippang.net\/wp-content\/uploads\/2021\/02\/cropped-\u110e\u1162\u1102\u1165\u11af\u110b\u1161\u110b\u1175\u110f\u1169\u11ab1_\u1100\u1165\u1107\u116e\u11a8\u110b\u1175.png\",\"width\":280,\"height\":280,\"caption\":\"tippang.net\"},\"image\":{\"@id\":\"https:\/\/tippang.net\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/tippang.net\/#\/schema\/person\/5fba0966333bf1aa9f72ad464d264d4a\",\"name\":\"charles kim\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tippang.net\/#\/schema\/person\/image\/\",\"url\":\"\/\/www.gravatar.com\/avatar\/fdb7dc5bc7fe5f3bf11d8491a1e8d9c4?s=96&#038;r=g&#038;d=wavatar\",\"contentUrl\":\"\/\/www.gravatar.com\/avatar\/fdb7dc5bc7fe5f3bf11d8491a1e8d9c4?s=96&#038;r=g&#038;d=wavatar\",\"caption\":\"charles kim\"},\"description\":\"Hello, Nice to meet you!\",\"url\":\"https:\/\/tippang.net\/author\/charles-kim\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cryptography and Digital Signatures - tippang.net","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tippang.net\/?p=1210","og_locale":"en_US","og_type":"article","og_title":"Cryptography and Digital Signatures - tippang.net","og_description":"This posting will cover essential concepts, techniques, and algorithms, diving deep into the underlying mathematics","og_url":"https:\/\/tippang.net\/?p=1210","og_site_name":"tippang.net","article_published_time":"2023-09-11T13:44:57+00:00","article_modified_time":"2023-09-11T13:44:59+00:00","og_image":[{"url":"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png","type":"","width":"","height":""}],"author":"charles kim","twitter_card":"summary_large_image","twitter_misc":{"Written by":"charles kim","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tippang.net\/?p=1210#article","isPartOf":{"@id":"https:\/\/tippang.net\/?p=1210"},"author":{"name":"charles kim","@id":"https:\/\/tippang.net\/#\/schema\/person\/5fba0966333bf1aa9f72ad464d264d4a"},"headline":"Cryptography and Digital Signatures","datePublished":"2023-09-11T13:44:57+00:00","dateModified":"2023-09-11T13:44:59+00:00","mainEntityOfPage":{"@id":"https:\/\/tippang.net\/?p=1210"},"wordCount":949,"commentCount":0,"publisher":{"@id":"https:\/\/tippang.net\/#organization"},"image":{"@id":"https:\/\/tippang.net\/?p=1210#primaryimage"},"thumbnailUrl":"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png","articleSection":["Home"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tippang.net\/?p=1210#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tippang.net\/?p=1210","url":"https:\/\/tippang.net\/?p=1210","name":"Cryptography and Digital Signatures - tippang.net","isPartOf":{"@id":"https:\/\/tippang.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tippang.net\/?p=1210#primaryimage"},"image":{"@id":"https:\/\/tippang.net\/?p=1210#primaryimage"},"thumbnailUrl":"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png","datePublished":"2023-09-11T13:44:57+00:00","dateModified":"2023-09-11T13:44:59+00:00","breadcrumb":{"@id":"https:\/\/tippang.net\/?p=1210#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tippang.net\/?p=1210"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tippang.net\/?p=1210#primaryimage","url":"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png","contentUrl":"https:\/\/tippang.net\/wp-content\/uploads\/2023\/09\/image-7.png","width":1024,"height":819},{"@type":"BreadcrumbList","@id":"https:\/\/tippang.net\/?p=1210#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tippang.net\/"},{"@type":"ListItem","position":2,"name":"Cryptography and Digital Signatures"}]},{"@type":"WebSite","@id":"https:\/\/tippang.net\/#website","url":"https:\/\/tippang.net\/","name":"tippang.net","description":"","publisher":{"@id":"https:\/\/tippang.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tippang.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tippang.net\/#organization","name":"tippang.net","url":"https:\/\/tippang.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tippang.net\/#\/schema\/logo\/image\/","url":"https:\/\/tippang.net\/wp-content\/uploads\/2021\/02\/cropped-\u110e\u1162\u1102\u1165\u11af\u110b\u1161\u110b\u1175\u110f\u1169\u11ab1_\u1100\u1165\u1107\u116e\u11a8\u110b\u1175.png","contentUrl":"https:\/\/tippang.net\/wp-content\/uploads\/2021\/02\/cropped-\u110e\u1162\u1102\u1165\u11af\u110b\u1161\u110b\u1175\u110f\u1169\u11ab1_\u1100\u1165\u1107\u116e\u11a8\u110b\u1175.png","width":280,"height":280,"caption":"tippang.net"},"image":{"@id":"https:\/\/tippang.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/tippang.net\/#\/schema\/person\/5fba0966333bf1aa9f72ad464d264d4a","name":"charles kim","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tippang.net\/#\/schema\/person\/image\/","url":"\/\/www.gravatar.com\/avatar\/fdb7dc5bc7fe5f3bf11d8491a1e8d9c4?s=96&#038;r=g&#038;d=wavatar","contentUrl":"\/\/www.gravatar.com\/avatar\/fdb7dc5bc7fe5f3bf11d8491a1e8d9c4?s=96&#038;r=g&#038;d=wavatar","caption":"charles kim"},"description":"Hello, Nice to meet you!","url":"https:\/\/tippang.net\/author\/charles-kim"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/tippang.net\/index.php?rest_route=\/wp\/v2\/posts\/1210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tippang.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tippang.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tippang.net\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/tippang.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1210"}],"version-history":[{"count":1,"href":"https:\/\/tippang.net\/index.php?rest_route=\/wp\/v2\/posts\/1210\/revisions"}],"predecessor-version":[{"id":1212,"href":"https:\/\/tippang.net\/index.php?rest_route=\/wp\/v2\/posts\/1210\/revisions\/1212"}],"wp:attachment":[{"href":"https:\/\/tippang.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tippang.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tippang.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}