Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8217701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:32:46+00:00 2026-06-07T12:32:46+00:00

I have a 128 bit encryption key that I would like to break up

  • 0

I have a 128 bit encryption key that I would like to break up into three parts that when XOR’ed together reproduce the key.

How do I do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T12:32:47+00:00Added an answer on June 7, 2026 at 12:32 pm

    Pick two other 128 bit values at random (random_1 and random_2), then work out the equations to see how it works:

    key ^ random_1 = xor_1

    Now split xor_1 the same way:

    xor_1 ^ random_2 = xor_2

    Flipping that equation around, we get:

    xor_1 = xor_2 ^ random_2

    Now substitute back into the first equation:

    key = random_1 ^ xor_2 ^ random_2

    So your code will just do xor = key ^ random_1 ^ random_2 and you distribute everything but the key.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a SecretkeySpec object wich contains a 128 bit key. I would
I need a CORE that will perform AES-128 Encryption/Decryption. I have searched online but
I have this bit of PHP that I'd like to do the equivalent of
I have a 128-byte (1024-bit) modulus (in a byte array format) and my exponent
I have an array of ints like this: [32,128,1024,2048,4096] Given a specific value, I
I have a code that goes something like: $cipher_alg = MCRYPT_RIJNDAEL_128; $decrypted_string = mcrypt_decrypt($cipher_alg,
I have looked a bit into cryptography and related matters during the last couple
I need to store a large (128-bit) PK. Each int will have some corresponding
I am working on a compressing and encryption system and I have run into
I have a text file that I have to sign with RSA private key

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.