• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Digital Signature : How it Works

By Abhishek Ghosh December 11, 2013 8:17 am Updated on December 11, 2013

Digital Signature : How it Works

Advertisement

Digital Signature is a cryptographic method, in which a value is calculated which is called a digital signature which allow to establish authorship and affiliation. Encryption and Decryption is related to cryptographic methods. Digital signatures are asymmetric cryptosystems and consequently use a key pair, consisting of a secret key or private key and a public key. In order to assign a signature key signature of a person, the corresponding verification key of this person must be assigned unequivocally. Digital signatures are often used to implement electronic signatures, a broader term that refers to any electronic data that carries the intent of a signature, but not all electronic signatures use digital signatures. In some countries, including the United States, India and members of the European Union, electronic signatures have legal significance.

 

The Basic Principle of Digital Signature

 

Digital signatures can be secure electronic signatures (advanced electronic signatures No. 2 or qualified electronic signatures gem No. 3 ). However, the terms digital signature and electronic signature are not identical : first the electronic signatures do not necessarily based on digital signatures; secondly, a digital signature is a mathematical or technical term, while electronic signature is a legal term.

For the data to be signed, the signature is computed by a unique calculation rule and the private signature key is generated. Various data must lead with probability bordering on certainty to a different signature and the signature must have a different value for each key result. In deterministic digital signature schemes, the digital signature is uniquely defined by the message and the key in probabilistic digital signature schemes go with random values ??in the signature calculation, so that the digital signature can take generate different values for a key.

Advertisement

---

A digital signature private key usually is not applied directly to the message, but their hash value (such as SHA-1 is) is calculated from the message using a hash function. To prevent attacks, this hash function must collision resistant, i.e. it must be virtually impossible to find two messages whose hash value are identical.

The RSA signature scheme is most commonly used, the operations used are almost identical to those of the RSA encryption, is occasionally used in creating a digital signature from the “Encryption” or “decoding” the hash value. This terminology, however, is inappropriate because a signature-creation syntax is something other process than an encryption or decryption. For most digital signature schemes (eg DSA ) this equation therefore does not apply.

 

Known Methods for Digital Signature

 

By far the best known and most widely used digital signature method is RSA, for filling the hash value (padding), as in PKCS #1 standard can be used. The security of RSA is based on the difficulty to break large numbers into their prime factors (factorization). This is also the basis for the security of the signature scheme.

Many digital signature scheme based on the discrete logarithm in finite fields, such as DSA, the El-Gamal, Schnorr signature, Pointcheval-Stern signature, XTR or the Cramer-Shoup signature. All methods based on the discrete logarithm (in finite fields or elliptic curves) are probabilistic and use in addition to the key length other public parameters. Other digital signature schemes based on linear codes, like the McEliece Niederreiter signature, or on lattices, such as the Goldreich-Goldwasser-Halevi-signature or NTRU. The Merkle signature uses hash trees and is based solely on the security of the hash function. Some digital signature schemes have certain properties, such as undeniable signatures or blind signatures, where the signer does not know what he signed, while others allow the signed message to go for message recovery, such as the Nyberg-Rueppel signature. In principle, any digital signature scheme can be combined with any hash functions, as long as the length of the hash is suitable for the chosen parameters of the signature process.

 

How Digital Signature Works

 

Digital Signature

Applications of Digital Signatures are mainly for maintaining or creating :

  1. Authentication
  2. Integrity
  3. Non-repudiation

To create RSA signature keys, generating an RSA key pair containing a modulus N that is the product of two large primes, along with integers e and d such that e d ? 1 (mod ?(N)), where ? is the Euler phi-function. The signer’s public key consists of N and e, and the signer’s secret key contains d. To sign a message m, the signer computes ? ? md (mod N). To verify, the receiver checks that ?e ? m (mod N).

As organizations move away from paper documents with ink signatures or authenticity stamps, digital signatures can provide added assurances of the evidence to provenance, identity, and status of an electronic document as well as acknowledging informed consent and approval by a signatory. The United States Government Printing Office (GPO) publishes electronic versions of the budget, public and private laws, and congressional bills with digital signatures.

Tagged With digital signature how it works , how rsa digit signature works

This Article Has Been Shared 907 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Digital Signature : How it Works

  • Getting Kids into Computing

    Getting kids into computing can be difficult work for the parents – mastering computing is must today. Making them aware of Privacy and Security is important.

  • Tilde : The Mystic Character

    Tilde (~) is a character in the form of a horizontal wavy line formed of two equal bays. The character is used as a punctuation mark, as diacritical marks and as a symbol in some technical language. It was first used in the polytonic orthography of Ancient Greek, as a variant of the circumflex, representing […]

  • Text-based User Interface (TUI)

    Text-based User Interface (TUI) was coined after the Graphical User Interface came and virtually became the standard over Command Line Interface (CLI).

  • What is Wheel Group in UNIX and Unix-Like OS?

    Wheel Group originated in the TENEX OS, distributed, widely used in 1960s. Wheel Group has wheel account, has additional system privileges.

  • IBM Mainframe Computer Reaches 50 Years

    On April 7, 1964 officially IBM announced the launch of System/360, which is natural considered to be the founder of modern mainframes, supercomputers for the execution of large amounts of data.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cyberpunk Aesthetics: What’s in it Special January 27, 2023
  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023
  • What is Vehicular Ad-Hoc Network? January 24, 2023
  • Difference Between Panel Light, COB Light, Track Light January 21, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Digital Signature : How it Works," in The Customize Windows, December 11, 2013, January 30, 2023, https://thecustomizewindows.com/2013/12/digital-signature-how-it-works/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT