Cryptography Explained in Kannada with Practical Video

Join Kanakesh on the Tech Kanakesh YouTube channel as he discusses cryptography, including how to install the OpenSSL tool and practical applications.

Cryptography Explained in Kannada with Practical Video
tech Kanakesh
934 views • Feb 2, 2019
Cryptography Explained in Kannada with Practical Video

About this video

Hi friends my name is kanakesh, welcome to tech kanakesh YouTube channel

Today I am going to discuss about cryptography

pkg install openssl-tool
pkg install nano

For encrypting
openssl enc -aes-256-cbc -in input_file_name.txt -out output_file_name.txt

for decrypting

openssl enc -aes-256-cbc -d -in input_file_name.txt -out output_file_name.txt



NOTES: CRYPTOGRAPHY:
Cryptography is the art of converting text into another form for secret
transmission and reception.
It works by converting plain text into cipher text using
some encryption algorithm at the sender's side and converting ciphertext into
plain text at the receiver’s.
Cryptography is used to provide confidentiality, integrity, authenticity and non-repudiation.


Key terms:
Plain text: Message to be encrypted
Ciphertext: Encrypted message
Encryption: Process of converting plain text into cipher text.
Decryption: Process of converting ciphertext into plain text.
Algorithm: The method used to encrypt/decrypt the plain text.
Key: The data used for encrypting/decrypting.

Symmetric cryptography:
Here one single key is used for encryption and same key is used for decryption.
DES and AES are examples of symmetric key cryptography.

Asymmetric cryptography/Public key cryptography:
Here two keys are used, Public key is used for encryption and Private key is used for decryption; e.g. RSA.

Source :internet


Special thanks to
Devaraj.s.m
Sankalp.mollick

Thanks friends.
Subscribe to my channel

Video Information

Views

934

Likes

31

Duration

9:39

Published

Feb 2, 2019

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.