يونت
يونت
a digital document, message or software. It's the digital equivalent of a handwritten signature or
stamped seal, but it offers far more inherent security. A digital signature is intended to solve the
Digital signatures work through public key cryptography's two mutually authenticating
cryptographic keys. For encryption and decryption, the person who creates the digital
signature uses a private key to encrypt signature-related data. The only way to decrypt that
data is with the signer's public key
If the recipient can't open the document with the signer's
public key, that indicates there's a problem with the
document or the signature. This is how digital signatures
are authenticated.
as:
• Firstly, choose a prime number q, which is called the prime divisor in this.
• Then, choose another primer number p, such that p-1 mod q = 0. p is called the prime modulus in this.
• Then, choose an integer g, such that 1 < g < p, g**q mod p = 1 and g = h**((p–1)/q) mod p. q is also called g's