Security capabilities the JDK offers you that you didn't know about

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024
  • Buy me a coffee ☕👉 buymeacoffee.c...
    In this live stream, we discuss the JDK security API. We'll go through the fundamentals of cryptography and prove that there is much more in the JDK than you probably used before.

ความคิดเห็น • 6

  • @laurspilca
    @laurspilca  4 หลายเดือนก่อน

    Code on GitHub: github.com/lspil/youtubechannel/tree/master/java_security_examples

  • @sharifyy
    @sharifyy 4 หลายเดือนก่อน

    I enjoy your videos a lot. You're truly an amazing teacher. I wish you would make more videos about cryptography.

  • @lxdzii
    @lxdzii 4 หลายเดือนก่อน +1

    good tutorial, please more tutorials coming!

  • @abhishekkarakoti7458
    @abhishekkarakoti7458 4 หลายเดือนก่อน

    Hi Laur
    Ii have a doubt regarding conversion of byte array to hex string during hashing . Is it mandatory to convert to hex string or we can also convert it to a base64 string.
    any specific reason for choosing one over other.

    • @laurspilca
      @laurspilca  4 หลายเดือนก่อน

      Hello. Good question. Normally we use hex for hashing functions.

    • @abhishekkarakoti7458
      @abhishekkarakoti7458 4 หลายเดือนก่อน

      Ookie Thanks , amazing content by the way👍👍