Symmetric Encryption With OpenSSL

preview_player
Показать описание
In this video we learn about symmetric encryption in the command line using OpenSSL.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

You are awesome 😇 ... Very Helpful to...

athithakarikalan
Автор

You can make something similar but with divided key. You generate let's say 8 keys and give one to all your family members. Now they can decrypt your secret only if at least six of them use their key at the same time. This algorithm is used when you don't trust someone alone but you trust when multiple people decide to decrypt message at the same time.

edtix
Автор

@neuralnine
Is it possible to broadcast a TV channel online using programming?

developer_
Автор

Neuralnine what font size and name you use on your terminal

johnjhonyk
Автор

Your content is way better than any other youtube channels. keep it up 👍👍

codingguy
Автор

Many thanks for the video. When I run the your openssl command on Windows 11, it fails complaining of the -pbkfd2 switch (unknown option). Googling this reveals nothing as far as I can see. Any suggestions, please?

rodneyjones
Автор

Yeah... I prefer using (Advanced Encryption Standard)AES-256 for symmetric too but just use asymmetric, it's not that complicated

minkhant
Автор

pl let me know the password for encryption and decryption AES 256? in OpenSSL

zugyzrx
Автор

the command nv is not working, can you help me please!

Gebeyehugessesse
Автор

privatni ključ
openssl genrsa -out Private.key 2048

public ključina
openssl rsa -in Private.key -pubout -out Public.key


dekriptiranje pitanja:
openssl rsautl -decrypt -inkey Private.key -in pitanje.txt -out pitanje.txt

pitanje-ajkgsdl

ključ dekriptiranje:
openssl enc -d -k 'lozinka' -in Assd.enc -out adnfgjka.key -aes-128-ecb

nano odgovor.txt

openssl rsautl -encrypt -in odgovor.txt -out odgovor.txt -pubin -inkey Public.key

jsprrkw
join shbcf.ru