How to generate sequence wise alphanumeric (numbers + small alphabets + big alphabets ) and give sha256 hash along

example-
1-00000000000a - sha256 of (1-0000000000a)
1-00000000000b
.
.
1-0000000000A
1-0000000000B
.
.
1-00000000001
1-00000000009
.
.
.like from 1-0000000000a to 1-999999999999 along with sha256 ,…can use net/http ,so i can press next for page.
any expert please help me along with my project,…would be helpful.

This was answered several times in your other thread. If the answers there don’t cover your question you probably need to be more specific somehow.

2 Likes

yes … i am new to golang . but i don’t to know yet

After reading this thread, I slowly realize, that the sha might not be the actual problem, but the generation of the sequence…

1 Like

This looks counter intuitive for me. Usually I consider a beeing one more than 9, but you seem to want some different ordering, which you need to explain first.

Only then we can help you generating the proper sequence.

I can not see how net/http or a next button might be related to the problem.

help1

generate sequence - abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789

HERE “1-” IS Constant
so want a list of sequence of all alphanumeric big and small letters…and along with sha256
from 1-0000000000a to 1-999999999999

Hello Pradhan, I suspect that this question (and the others) are actually homework that you have to do.

Please try to figure out the solution yourself. If you have any specific Go-related problem, we are happy to help, but we cannot do your homework for you.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.