AES Symmetric Encryption In C# .NET Core - Encrypting & Decrypting A File

preview_player
Показать описание
This video shows how you can easily do AES Encryption and Decryption in Microsoft .NET C# using ExpressSecurity library.
This library is a wrapper on many other beautiful libraries and exposes easy to use security functions. It works from .NET Core 3.1 and above

I upload videos every Sunday.
Рекомендации по теме
Комментарии
Автор

BIG UPDATE

"Twileloop.ExpressSecurity" is now "Twileloop.Security"

thecodeswitch
Автор

Can we do this with built in c# classes? This video title should contain "using Nuget". It's misleading. Anyways thanks for the video

dora-rekq
Автор

This doesn't work with .NET Framework 4.7.2. It says I cannot install Twileloop security because the library doesn't contain any files that are compatible with .NET 4.7.2

wowscel
Автор

Error Could not install package 'Twileloop.ExpressSecurity 1.0.0'. You are trying to install this package into a project that targets '.NETFramework, Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

wowscel
Автор

Hey I am looking to encrypt then file and then upload it to the cloud
Is there any method to receive the file from the user and then encrypt and then upload it?

Zelinsky
Автор

Excuse me sir, i want to ask about password, is must be used or we can generate encryption without password? Kindly hope you reply me❤

DaebakFian
Автор

Nice video But I want to save file to another destination or whatever folder I want How to do it?

predator
Автор

Is there any microsoft/ .net library for encryption ?

brian_
Автор

this crap with password doesn't work

TheZym