C# AES encryption and decryption - Cyber Security in C#

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 12

  • @tutorialsEUC
    @tutorialsEUC  Год назад +3

    🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy

  • @gregorydeclercq2990
    @gregorydeclercq2990 7 месяцев назад +3

    What is the best practice to save the iv and key?
    Database, cloud storage,... ?

  • @jacobparra4570
    @jacobparra4570 Год назад

    Thanks, this is amazing, I was reading Microsoft.learn obsolete methods, but this is clear and useful, definitely I've learnt a lot!

  • @syscondev6409
    @syscondev6409 Год назад +2

    Great tutorial, thank you! :) How about a similar tutorial for RSA, using certificates? - That would be awesome!

    • @tutorialsEUC
      @tutorialsEUC  Год назад

      Thanks so much for sharing your ideas!
      Greets,
      Jannick

  • @Zanin001
    @Zanin001 9 месяцев назад

    Really good tutorial, tks!

  • @rheajeanlagare254
    @rheajeanlagare254 Год назад +1

    Can you generate the AES Encryption with Different Key Sizes?

  • @andreasmusic1222
    @andreasmusic1222 Год назад +1

    Isn't the IV essentially another "password" needed to decrypt the password? I understand with it you get different encryption strings with the same password and simple text, but it's also just another important piece of data you need to keep track of. Could just use different passwords for similar effect too.

    • @Cutiefoodies
      @Cutiefoodies 3 месяца назад

      Please provide solution for this

  • @abdulrahmanabdullah127
    @abdulrahmanabdullah127 3 месяца назад

    if I have an excel file has a password "123", then I want to open it in c#, so how I do this?

  • @berkslv
    @berkslv Год назад +3

    Where can i find the source code?

    • @tutorialsEUC
      @tutorialsEUC  Год назад

      Here at our article: tutorials.eu/cyber-security-with-csharp/
      :)