Triple DES File Encryption in C#

Поділитися
Вставка
  • Опубліковано 25 вер 2024
  • In this tutorial, you will learn how to make a file encryption/decryption program that uses Triple DES encryption technique.
    Source Code: basseltech.com...
    Music from www.bensound.com

КОМЕНТАРІ • 15

  • @CoachSteve_69
    @CoachSteve_69 4 роки тому +3

    Works perfectly! Thank you so much. You really helped me out here..

    • @BasselTech
      @BasselTech  4 роки тому +1

      Glad I could help! Thank you!

  • @dennisgonzales9521
    @dennisgonzales9521 4 роки тому +2

    Nicely done! Great video loved it bro

    • @BasselTech
      @BasselTech  4 роки тому +2

      Thank you Dennis! Have a nice day! :-)

  • @agusributsusanto7384
    @agusributsusanto7384 3 роки тому

    Did you have a tutoriel for Triple DES File Encryption in C++ ?

  • @Be._Kieko
    @Be._Kieko 2 роки тому

    I did exactly as you did but i keep getting the error: "specified key is not valid" . Please help

    • @itdevgroup146
      @itdevgroup146 2 роки тому

      you need to input 16 characters for the key. It works with me. At first I got this message but I rewatched the video and he says 16 characters

  • @sandi3ai
    @sandi3ai 4 роки тому

    I get exception: "Length of the data to decrypt is invalid"..
    And its a normal size (50KB)

    • @BasselTech
      @BasselTech  4 роки тому

      Did you use the same encryption procedure shown in the video?

  • @Gufcnjhhhgfdyy
    @Gufcnjhhhgfdyy 3 роки тому +1

    but how do I encrypt without the key but decrypt with the key?

    • @BasselTech
      @BasselTech  3 роки тому

      You should specify a key to use in the encryption as you’ll use the same key in the decryption.

    • @runmirage
      @runmirage 2 роки тому

      you can generate it by using random and upload it on some server or you can make it send on your discord webhook and yk you will have the key

  • @sriram-kj2gj
    @sriram-kj2gj 3 роки тому

    can you give the code for triple DES file encrytion in python?

    • @BasselTech
      @BasselTech  3 роки тому

      Hi, kindly check my latest tutorial (Triple DES Encryption In Python): ua-cam.com/video/O4dYEzk9rzc/v-deo.html

    • @sriram-kj2gj
      @sriram-kj2gj 3 роки тому

      @@BasselTech sir,I need triple des image encryption and decryption sir....can u make a video for that.....plse