Project: Coding a real Encryption Library in C

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 19

  • @achintyavatsraj288
    @achintyavatsraj288 Před 2 měsíci +2

    You are going to explode on the Internet, just few tips from someone who wants to help, make more projects full time in C, wherever possible show raw implementations rather than using already existing libraries( the only exception to this being you showing native win32/native MacOS APIs), finish all the series you start and finally please use the chapters feature to make it easier for people to view your videos and I can promise you will be earning quite a lot from this channel.

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 2 měsíci +1

      Thank you Achin, you have a lot of good suggestions, perhaps you run a successful channel yourself? Most of my projects don't use any libraries other than std c, but the rest of the stuff I'll try to adhere to. Take care, JB

  • @gianpaolobrignolo5749
    @gianpaolobrignolo5749 Před 4 měsíci

    I really like your videos. In particularly I like that when you find a compile error you explain how to solve it. As a beginner I really appreciate it.

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci +2

      Hi Paolo. I'm glad that you feel that way. Some viewers stop watching when one runs into errors but I also feel that there's a lot to learn by watching real, unedited code errors and troubleshooting. It's a big part of being a programmer, no matter the level of seniority.
      JB

  • @hoangphuong98
    @hoangphuong98 Před 4 měsíci +4

    awsome. thank you sir

  • @hamzaannane885
    @hamzaannane885 Před 4 měsíci +6

    Can you make tutorial about headers and makefile for beginners?

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci +3

      That is a great idea, Hamza. I'll add it to my list. JB

  • @tichalagaming7853
    @tichalagaming7853 Před 4 měsíci

    Love you sir ❤

  • @w42s
    @w42s Před 4 měsíci +1

    Hey man I love your videos keep it up! I got the feeling that you are planing to do a TLS/ tcp client with that encryption library am I correct? ( is it the right cypher?)

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci

      Thanks. Happy to hear that you like them. Yes, you are not far off. I'm not going to use Tls for this project but I intend to transfer encrypted files and, more interestingly, I intend to make it possible for the decryption software to be able to tell the user "wrong key", without opening it up to security risks.
      JB

  • @distortions
    @distortions Před 4 měsíci +1

    subscribed!

  • @dark_lord98
    @dark_lord98 Před 4 měsíci +4

    Is there any github repo for this?

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci +2

      No, but I'm working on an alternative solution. I'll get back to you when it's ready. JB

    • @dark_lord98
      @dark_lord98 Před 4 měsíci

      @dr-Jonas-Birch okay, thanks👍

  • @its_code
    @its_code Před 2 měsíci

    ❤❤😊

  • @DOTvCROSS
    @DOTvCROSS Před 4 měsíci

    response to compression hack?