How to Encrypt and Decrypt a String in C#. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language. This is the best way to Learn C# for beginners
Encrypt your passwords with MD5 hashing in C#
C# Salting & Hashing Passwords
C# encrypting and decrypting using AES CBC, safe storing the encrypted data
visual C# Adding AES encryption to C# application Forms Application
encryption encrypt- decrypt with AES using C# Forms Application
Advanced Encryption Standard Rijndael cipher Forms Application
C# – Simple AES encryption using Visual C# cryptographic
encrypt my 128 bit string using AES encryption cryptography C#
Nguồn:https://wijstaanvooronzegrondrechten.org/
is it possible decode sha 256 hash?
Hi Sir When i Build App Show This Error
Severity Code Description Project File Line Suppression State
Error CS1503 Argument 1: cannot convert from 'System.Windows.Forms.TextBox' to 'char[]' EncrypDecrypt c:userssaleh kakardocumentsvisual studio 2015ProjectsEncrypDecryptEncrypDecryptForm1.cs 25 Active
Sir Please Send Me Code on My Email:sissoftss@gmail.com
Thank You Sir i waiting for Answer
Hello fox kearn, please make a video on, how to access data online one place to another place using desktop appkication. Thanx
please can you make a video how to Encrypt data using Triple DES algorithm encryption system + AES 256-Bit Encryption?
What about the public key?
folks layern
What type of cipher is that?
byte[] data = Convert.FromBase64String(txtValue.Text);
Invalid length for a Base-64 char array
HOW DO YOU DO TO UNHASH MORE THAN ONE??
Love You Bro,
You Saved My Whole Day,
Keep Making Videos
how to create Encrypt and Decrypt Connection String from sql server
You save my life everyday thanks a lot
Length of the data to decrypt is invalid. length of string is 20
i tryd same but few errors can you send me source code to samantasurajit607@gmail.com
Can you send the source code? Thank you.
Length of the data to decrypt is invalid ?
My project has some error I don't understand. Can you send the source code for me?. Thanks.
ammar.fiky@gmail.com
Thank you, just what I needed (however people should note "MD5 … suffers from extensive vulnerabilities" google it)
Can you send me the code at kingsaha1996@gmail.com
Ok so you use md5 to hash the value, but what's the purpose of tripleDES?
Love U !
Excellent tutorial. New sub here.
Here's a complete project made by myself for encrypting and decrypting strings and files, using C# and .NET Standard/Core:
https://github.com/alecgn/OpenProjects/blob/master/OpenProjects/UserInterface/CLI/CryptHashCLI/Program.cs
https://github.com/alecgn/OpenProjects/blob/master/OpenProjects/DLL/CryptHash/AES256.cs
Main repository:
https://github.com/alecgn/OpenProjects
I wish it can help.
you shouldnt send people the source. its in the video. make them type it out and maybe actually understand atleast one line.
what's the purpose of string hash = "f0xle@rn"; ??
Please send me a code
gay
Thank you 😀
Thanks dear
It's useful app
can you sent me the source code iceprince018@gmail.com
please , send me the source code asel.dyusenbekova@mail.ru
row 29 & 44 ChipherMode.ECB is a weakness and not recomended according to the Visual Studio description.
Because it cuts up the text into blocks and encrypts each block individually (instead of mixing in parts from other blocks) if 2 blocks are the same it will be the same encryption (if I have understood it correctly), which enables a lot of ways to break it.
The other options are:
CBC (Cipher Block Chaining)
CFB (Cipher FeedBack)
CTS (Cipher Text Stealing)
ECB ( bad Electronic Codebook)
OFB (Output FeedBack)
please send source code in my email kinchyray@yahoo.com
I have an error Bad Data in Descrypt
from byte[] result = transform.TransformFinalBlock(data, 0, data.Length);
What is the type of this cryptografy? AES?
Than you very much the code helped.
For those asking for the source code
Here you go: https://pastebin.com/L3fygx2a