Encryption & Hashing what is the difference | الفرق بين التشفير و دالة التجزئه وما هي استخداماتهم

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • شرح كل من الشتفير و داله التجزئه, ما هم؟ وما الفرق بينهم؟ كيف يتم تشفير البيانات؟ ما هي استخدامات كل منهم؟ ما هي المشاكل؟
    قائمه مرتبه لكل حلقات "كورس تعلم البرمجة للمبتدئين باستخدام لغة جو GoLang"
    • كورس تعلم البرمجة للمب...
    تعريف بنفسي و بالقناة
    • تعريف بالقناة
    تواصل معي علي تويتر
    / eslam_mahmoud
    #hash_function #encryption_algorithm #cryptography #التشفير

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

  • @Islam.Mahmoud
    @Islam.Mahmoud  4 года назад +1

    اي تعليقات او استفسارات ممكن تضيفوا تعليق هنا في يوتيوب او تراسلوني علي تويتر
    twitter.com/eslam_mahmoud

  • @ourhealth5881
    @ourhealth5881 День назад

    شكرا جزيلا على الشرح الواضح والجيد....الله يوفقك دايما .....تحياتي

  • @MohamedEmad-wx6th
    @MohamedEmad-wx6th 2 года назад +1

    روعة 👏👏

  • @amelelsayed9574
    @amelelsayed9574 2 года назад

    شكرا على المعلومات المفيدة ربنا يزيدك علما يارب

  • @codycody4636
    @codycody4636 3 года назад

    من احسن ال playlists صراحه الى موجوده شكرا يا هندسه مستنين الجديد 🙏

    • @Islam.Mahmoud
      @Islam.Mahmoud  3 года назад

      العفو الحلقة الجديدة لسة منشورة حالا ruclips.net/video/6WbJsKjKZss/видео.html

  • @courses-lectures
    @courses-lectures 2 года назад

    سلسلة أكثر من رائعة يا باش مهندس اسلام، ياريت تستمر فيها ويكون فيه طرح لمواضيع أكتر مطلوبة وضرورية للسينيورز ... ربنا يجازيك خير وينفع بيك

    • @Islam.Mahmoud
      @Islam.Mahmoud  2 года назад

      اشكرك لو عندك اي اقتراحات للمواضيع ياريت ترسلها و ان شاءالله اتكلم عنها

    • @courses-lectures
      @courses-lectures 2 года назад

      @@Islam.Mahmoud دي مجموعة مقترحات للسلسلة يا باش مهندس إسلام ... مش عارف إذا كانت مناسبة أو لا
      - Design Patterns
      - Software Development Life Cycle
      - Test Driven Development
      - Microservices vs Monolith

    • @Islam.Mahmoud
      @Islam.Mahmoud  2 года назад

      @@courses-lectures دي قائمه ممتازه ان شاءالله اشتغل عليها

  • @mohammedlotfy
    @mohammedlotfy 3 года назад +2

    Sammary
    Hashing, is a one-way function that scrambles plain text to produce a unique message digest. With a properly designed algorithm, there is no way to reverse the hashing process to reveal the original password
    A given known input must always produce one known output.
    Once hashing has been done, it should be impossible to go from the output to the input.
    Different multiple inputs should give a different output.
    Modifying an input should mean a change in the hash
    Example MD5 and SHA
    Purpose of hashing =>
    Data integrity Hashing can be used to compare a large amount of data. Hash values can be created for different data, meaning that it is easier comparing hashes than the data itself.
    It is easy to find a record when the data is hashed.
    Hashing algorithms are used in cryptographic applications like a digital signature.
    Hashing is used to generate random strings to avoid duplication of data stored in databases.
    Encryption is a two-way function; what is encrypted can be decrypted with the proper key.
    There are a number of encryption systems
    Symmetric - Uses the same secret key to encrypt and decrypt the message..
    Asymmetric - It deploys two keys, a public key known by everyone and a private key known only by the receiver. The public key is used to encrypt the message and a private key is used to decrypt it.
    Hybrid - It is a process of encryption that blends both symmetric and asymmetric encryption
    Purpose of encryption
    The main idea of encryption is to protect data from an unauthorized person.
    Confidentiality - Encrypted message cannot be read or changed by another person.
    Encrypt - It transforms data in such a way that only specific individuals can transform the message.
    Granular access control - Users are limited to what they can see and do
    Example AES is a symmetric encryption algorithm while PGP is an example of an asymmetric

  • @muhammedayhamgalavinci2479
    @muhammedayhamgalavinci2479 2 года назад

    شرح تحفة ما شاءالله
    مشكور على جهودك و جزاك الله خيراً ..

  • @omarhafez6574
    @omarhafez6574 2 года назад

    ربنا يزيدك من علمه يا بشمهندس

  • @medosfathi9571
    @medosfathi9571 4 года назад

    شكرا لك على مجهودك الجبار واتمنى لو تضيف فيديوهات حول موضوع التشفير

    • @Islam.Mahmoud
      @Islam.Mahmoud  4 года назад

      ان شاء الله هشتغل غلي فديوهات advanced في الموضوع ده

  • @lenaggar
    @lenaggar 3 года назад

    حلو جداً
    أنا عاجبني محتوى ما لا يسع للسينيور جهله ❤️👍🏻

    • @Islam.Mahmoud
      @Islam.Mahmoud  3 года назад +1

      اشكرك يا محمد
      لو عندك اقتراحات لمواضيع ابعتهالي و ان شاء الله اناقشها في القناة

  • @samkhozama7341
    @samkhozama7341 2 года назад

    Nice and informative. Thanks a lot!

  • @AnasAlQudah
    @AnasAlQudah 2 года назад

    الله يجزيك الخير

  • @animeamv1666
    @animeamv1666 7 месяцев назад

    thanks it helps me alot

  • @ibrahimsaid2949
    @ibrahimsaid2949 4 года назад

    رائع جدا

  • @zaaboulla82
    @zaaboulla82 2 года назад

    شكرا

  • @AhmedGamil1
    @AhmedGamil1 2 года назад

    How the encryption key save the history? can you please add the source or reference to this info. i tryed to find but nothing supporting this info

  • @ahmedhdeawy
    @ahmedhdeawy 2 года назад

    thanks a lot

  • @amelelsayed9574
    @amelelsayed9574 2 года назад

    شكرا على المعلومات المفيدة ربنا يزيدك علما يارب

  • @gjw9764
    @gjw9764 4 года назад

    واو فيديو جد مفيد