Encryption with Linux with AES-256 (secure AF) feat. Mr Robot

preview_player
Показать описание
How to AES 256 algorithm with openssl in linux
Don't comment - you gave me spoiler cause it was not! If you don't watch Mr Robot you must got nothing.

I am a guy from UP bareilly India. Who love Computers/Linux/Programming.
I enjoy making Tech videos.
Please subscribe to my channel.
Рекомендации по теме
Комментарии
Автор

I love how excited you are about the sheer power of encryption!

kieone
Автор

Be aware that this teaches you to use CBC mode, which is vulnerable to a padding oracle attack, which makes it rather trivial to break the encryption.

You should always use encryption with an Authenticated Encryption mode.

FrederikNJS
Автор

Aha finally someone who understands how important mr robot is

He's a fucking legend and he represents the hacker mindset at it's best !!

ken-idlo
Автор

If possible, use gpg for AES-256 file encryption. It's easy to use and is more portable, with files containing info about what version and cipher is used, and more secure and tested compared to openssl. Different versions of openssl could possibly also not be able to decrypt files encrypted with another version.
Encryption: gpg -c file (gpg uses AES-256 by default, but can be manually specified with the "--cipher-algo AES256" option just in case)
Decryption: gpg -o file -d file.gpg

scalawagmax
Автор

As for the warning about "deprecated key derivation used. Using -iter or -pbkdf2 would be better", checkout "openssl enc -help"

Also, I'm waiting for your video on gpg too. Nice work !!!

abhayshankerpathak
Автор

Man! Mr robot, geohot, last time a mental outlaw video! All of my favorite things! Love your channel!

ReturnRei
Автор

I would recommend using gpg over openssl and using asymetric encryption over password based because normies are stupid they will install keyloggers and spyware then give away their passwords or use weak passwords. Also you can use imagemagick for steganography.
P.S. Make another video on pgp keys many people will find it useful. Its better for communication too since people can send you encrypted messages that can only be decrypted by you.

herbertwestiron
Автор

Thank you for the awesome work that you are doing.
Honest opinion on your channel:
Content 10/10
Voice over 4/10
Rice: 10/10
bro, please use adult words less, youtube does not likes it. Also you can benefit from better audio setup.
Thank you .

himanshutripathi
Автор

Not NSA or CIA but here we have a bald man leading CID

siddharthbhandari
Автор

you need a webcam bro, its good to be true

AlifRadhitya
Автор

thanks for sharing. useful the system you have proposed.

tecbs
Автор

BTW pro tip, instead of removing the original file, use shred to make sure it's gone

arthuradriaens
Автор

My Problem with this method is, once the file is unencrypted on your drive, it could be possible to extract that file from your drive, unless you use some secure removal, which overwrites the written bits. But while this is no problem with hard drives, it's harder to achieve from my knowledge with SSDs, which most people use these days. Maybe you have some solution for this for us too? :)

dermango
Автор

Nothing gonna beat pipe wrench decryption.

low-key-gamer
Автор

0x0.st/-jjb.png - I am so late to post this meme so here it is

withercubes
Автор

Hi sir, can you make a video on the "age" tool. It's a simple file encryption tool & format and I think you'd like it. Thanks.

biofluorescence
Автор

Now I can upload my photos on my University's free storage.

AlashAls
Автор

Honestly, GPG is a bit better, but AES-256 is good nevertheless

BTW, have you used LibreSSL ????

AcidiFy
Автор

for aes 256 he uses windows software --deepsound

isg
Автор

Season 4 is still unavailable on Prime Video here on Brazil

groos