Cryptography | Asymmetric and Symmetric Encryption | CCNA Kids | CEH v12

This video explains cryptography and the two types of it based on the number of keys used for encryption and decryption. SYMMETRIC SENDER Create a file. Enc...

CCNA Kids•31 views•7:24

About this video

This video explains cryptography and the two types of it based on the number of keys used for encryption and decryption. SYMMETRIC SENDER Create a file. Encrypt using the command - openssl aes-256-cbc -in a.txt -out encrypt.txt RECEIVER Decrypt the file - openssl aes-256-cbc -d -in encrypt.txt -out clear.txt ASYMMETRIC RECEIVER Generate key pair - openssl genrsa -out key.pem ; openssl rsa -in key.pem -pubout -out pub.pem SENDER openssl rsautl -encrypt -inkey pub.pem -pubin -in a.txt -out encrypt.txt RECEIVER openssl rsautl -decrypt -inkey key.pem -in encrypt.txt -out clear.txt

Tags and Topics

This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:

Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.

Video Information

Views
31

Total views since publication

Duration
7:24

Video length

Published
Apr 14, 2024

Release date

Quality
sd

Video definition

Related Trending Topics

LIVE TRENDS

This 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 Colombia under the topic 'caracol en vivo'.

Share This Video

SOCIAL SHARE

Share this video with your friends and followers across all major social platforms. Help spread the word about great content!