SecondBrain

Search

SearchSearch
      • Cryptography
      • CSRF
      • Dunning - Kruger Effect
      • Elliptic Curve cryptography
      • fanning out
      • GraphQL
      • gRPC
      • how signed and unsigned integers work in golang
      • Introspection and Intercession
      • Mathematic concepts on Cryptography
      • Meaning of Life from a Computer
      • OAuth 2.0
      • One Time Padding Encryption
      • Substitution & Shift Ciphers
      • system on chip
      • Threat Modeling
      • threat modeling appendix
      • ZeroKnowledge Proofs
    Home

    ❯

    One Time Padding Encryption

    One Time Padding Encryption

    May 09, 2025, 1 min read

    • it is another name for XOR encryption
    • it is unbreakable
    • the encryption key should be of the same length as the message that needs to encrypted

    The cons of using this encryption is that it is not memory and storage efficient.

    https://www.tutorialspoint.com/cryptography_with_python/cryptography_with_python_one_time_pad_cipher.htm

    Graph View

    Backlinks

    • No backlinks found

    Powered by Quartz and Cloudflare Technologies