XOR Cipher in Python - Simple Cryptography

Поділитися
Вставка
  • Опубліковано 27 чер 2024
  • In this video we implement a simple XOR cipher in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine.com/services
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
  • Наука та технологія

КОМЕНТАРІ • 7

  • @harshabugatti
    @harshabugatti Місяць тому +1

    Wow! This is really amazing. You and Python are the entertainers 😃

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 Місяць тому

    Keep it up 💯

  • @voiderashish272
    @voiderashish272 Місяць тому

    Which video editor u use

  • @philtoa334
    @philtoa334 Місяць тому

    Thx_.

  • @irfanshaikh262
    @irfanshaikh262 Місяць тому

    But what's the point if I am providing key as well in the same code.
    Is there a way tonpassnthe key whithout revealinh to anyone who's not supposed to know even if he gets his hands on the code?

    • @NeuralNine
      @NeuralNine  Місяць тому

      Yes, this is what asymmetric encryption is used for. Like RSA for example. You and your friend can both put your public keys online and use these to encrypt messages for one another that only you guys can decrypt. This is how you can agree on a key, which you would then use for symmetric encryption. You can check out my RSA video for more details.

    • @irfanshaikh262
      @irfanshaikh262 Місяць тому

      @@NeuralNine absolutely, will do check you video for sure
      Thank you for doing gods work