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 8748973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:36:59+00:00 2026-06-13T12:36:59+00:00

How do you increment a hex value in java and keep the padding at

  • 0

How do you increment a hex value in java and keep the padding at the same time?

If you look at this:

Is there any sample Java code that does AES encryption exactly like this website?

You’ll see a variable called “keyHex” in the correct answer which represents hex but in string format and padded by a bunch of zeros.

Then I want to increment “keyHex” by 1 and change it from:

"00000000000000000000000000000000"

to

"00000000000000000000000000000001"

I want to keep looping and adding 1 until I reach:

"00000000000000000000000000FFFFFF"

For obvious reasons I cannot do “keyHex++”, so I would appreciate it if someone can point me in the right direction.

  • 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-13T12:37:00+00:00Added an answer on June 13, 2026 at 12:37 pm

    Well what you should keep track of is the integer value of keyHex and then simply output it like this:

    String.format("%033x", keyHex);
    

    You could parse keyHex to an integer first if you need to as well..
    This link may be more help for that: Java – parse and unsigned hex string into a signed long

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

Sidebar

Related Questions

I am trying to increment value of float by 0.1 every time. But i
I'm trying to increment values on button clicks. This is easy if there is
How do I increment a Integer's value in Java? I know I can get
how would I increment the key [i] by 1 in this situation every time
I'm working on an application that will be implementing a hex value as a
Auto increment alphabet in Java - is this possible? From A to Z without
I want to increment a cookie value every time a page is referenced even
I have an integer that gets incremented I then want this in hex so
How do you increment a value in a mysql table by one each time
I want to increment $x in this function to get next record in table.

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.