Nis 1
Nis 1
Nis 1
Types of Encryption
Data is encrypted using a key and the decryption is also done using the same
key. There are a few strategies used in cryptography algorithms. For encryption
and decryption processes, some algorithms employ a unique key. In such
operations, the unique key must be secured since the system or person who knows
the key has complete authentication to decode the message for reading.
Symmetric Encryption
Asymmetric Encryption
Asymmetric Encryption
Public key–
Key which is known to everyone. Ex-public key of A is 7, this information
is known to everyone.
Private key–
Key which is only known to the person who’s private key it is.
Authentication-
Authentication is any process by which a system verifies the identity of a
user who wishes to access it.
Non- repudiation–
Non-repudiation is a way to guarantee that the sender of a message cannot
later deny having sent the message and that the recipient cannot deny having
received the message.
Integrity–
to ensure that the message was not altered during the transmission.
Message digest –
The representation of text in the form of a single string of digits, created using
a formula called a one way hash function. Encrypting a message digest with a private
key creates a digital signature which is an electronic means of authentication..
Digital Signature
1. Message digest is computed by applying hash function on the message and then
message digest is encrypted using private key of sender to form the digital
signature. (digital signature = encryption (private key of sender, message digest)
and message digest = message digest algorithm(message)).
3. Receiver decrypts the digital signature using the public key of sender.(This
assures authenticity, as only sender has his private key so only sender can encrypt
using his private key which can thus be decrypted by sender’s public key).
5. The receiver can compute the message digest from the message (actual message
is sent with the digital signature)
.
6. The message digest computed by receiver and the message digest (got by
decryption on digital signature) need to be same for ensuring integrity.
Message digest is computed using one-way hash function, i.e. a hash function in
which computation of hash value of a message is easy but computation of the
message from hash value of the message is very difficult.
Assurances about digital signatures
The definitions and words that follow illustrate the kind of assurances that digital
signatures offer.
1. Authenticity: The identity of the signer is verified.
2. Integration: Since the content was digitally signed, it hasn’t been altered or
interfered with.
3. Non-repudiation: demonstrates the source of the signed content to all parties.
The act of a signer denying any affiliation with the signed material is known as
repudiation.
4. Notarization: Under some conditions, a signature in a Microsoft Word,
Microsoft Excel, or Microsoft PowerPoint document that has been time-stamped
by a secure time-stamp server is equivalent to a notarization.
Benefits of Digital Signatures
Legal documents and contracts: Digital signatures are legally binding. This
makes them ideal for any legal document that requires a signature authenticated
by one or more parties and guarantees that the record has not been altered.
Sales contracts: Digital signing of contracts and sales contracts authenticates
the identity of the seller and the buyer, and both parties can be sure that the
signatures are legally binding and that the terms of the agreement have not been
changed.
Financial Documents: Finance departments digitally sign invoices so
customers can trust that the payment request is from the right seller, not from a
bad actor trying to trick the buyer into sending payments to a fraudulent
account.
Health Data: In the healthcare industry, privacy is paramount for both patient
records and research data. Digital signatures ensure that this confidential
information was not modified when it was transmitted between the consenting
parties.
Drawbacks of Digital Signature
Dependency on technology:
Because digital signatures rely on technology, they are susceptible to crimes,
including hacking. As a result, businesses that use digital signatures must make
sure their systems are safe and have the most recent security patches and upgrades
installed.
Complexity:
Setting up and using digital signatures can be challenging, especially for
those who are unfamiliar with the technology. This may result in blunders and
errors that reduce the system’s efficacy. The process of issuing digital signatures
to senior citizens can occasionally be challenging.
Limited acceptance:
Digital signatures take time to replace manual ones since technology is not
widely available in India, a developing nation.
Digital Certificate
BUYER SUCCESS :
Astute consumers demand complete assurance that the websites they visit are
reliable. Because digital certificates are supported by certificate authority that
users’ browsers trust, they offer a readily identifiable indicator of reliability.
Disadvantages of Digital Certificate
Phishing attacks:
To make their websites look authentic, attackers can fabricate bogus websites
and obtain certificates. Users may be fooled into providing sensitive information,
such as their login credentials, which the attacker may then take advantage of.
Weak encryption:
Older digital certificate systems may employ less secure encryption methods that
are open to intrusions.
Misconfiguration:
In order for digital certificates to work, they need to be set up correctly. Websites
and online interactions can be attacked due to incorrectly configured certificates.
Digital certificate vs digital signature