Тёмный

Symmetric Encryption With OpenSSL 

NeuralNine
Подписаться 371 тыс.
Просмотров 16 тыс.
50% 1

In this video we learn about symmetric encryption in the command line using OpenSSL.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine...
💻 The Algorithm Bible Book: www.neuralnine...
👕 Programming Merch: www.neuralnine...
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine...
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/Neu...
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@edtix
@edtix 2 года назад
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.
@athithakarikalan1222
@athithakarikalan1222 2 года назад
You are awesome 😇 ... Very Helpful to...
@codingguy7879
@codingguy7879 2 года назад
Your content is way better than any other youtube channels. keep it up 👍👍
@saurabhchaurasia7937
@saurabhchaurasia7937 Год назад
Very helpful Thank you
@guilherme5094
@guilherme5094 2 года назад
That was really good. Thanks.
@developer_7735
@developer_7735 2 года назад
@neuralnine Is it possible to broadcast a TV channel online using programming?
@minkhant8634
@minkhant8634 2 года назад
Yeah... I prefer using (Advanced Encryption Standard)AES-256 for symmetric too but just use asymmetric, it's not that complicated
@johnjhonyk8976
@johnjhonyk8976 2 года назад
Neuralnine what font size and name you use on your terminal
@rodneyjones5066
@rodneyjones5066 2 года назад
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?
@INTJames
@INTJames Год назад
You wrote -pbkfd2 it's -pbkdf2
@sleexox
@sleexox 2 года назад
Does NeuralNine play CTFs?
@mefodymo7456
@mefodymo7456 2 года назад
Cool
@BalarengaduraiCSE
@BalarengaduraiCSE Год назад
pl let me know the password for encryption and decryption AES 256? in OpenSSL
@Gebeyehugessesse
@Gebeyehugessesse Год назад
the command nv is not working, can you help me please!
@centwor1on167
@centwor1on167 Год назад
nv is an alias in the terminal's config. That actually stands for another command. For example, nvim, vi or nano.
@kaos6568
@kaos6568 2 года назад
first! :)
@uciona25
@uciona25 9 месяцев назад
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
Далее
История Hamster Kombat ⚡️ Hamster Academy
04:14
OpenSSL Tutorial Video-3 | Encryption using OpenSSL
25:25
7 Cryptography Concepts EVERY Developer Should Know
11:55
Cracking Enigma in 2021 - Computerphile
21:20
Просмотров 2,5 млн
18 Weird and Wonderful ways I use Docker
26:18
Просмотров 150 тыс.
Coding Encrypted Chat in Python
20:33
Просмотров 48 тыс.
Hashing vs Encryption Differences
19:38
Просмотров 169 тыс.