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.
🔥 Related Trending Topics
LIVE TRENDSThis video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!
THIS VIDEO IS TRENDING!
This video is currently trending in South Africa under the topic 'church trending 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
Total views since publication
Likes
31
User likes and reactions
Duration
9:39
Video length
Published
Feb 2, 2019
Release date
Quality
hd
Video definition