| |

VerySource

 Forgot password?
 Register
Search
View: 1078|Reply: 7

Coding problem (high score)

[Copy link]

1

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-1-3 15:10:01
| Show all posts |Read mode
I am using httpunit to test a website.After entering the information, I submit a request, and I find that there are a few more parameters that I do n’t know where, for example: http://www.XXX.com/submitAction.do?a=505700505c530551565d5c00535257530553075052575252565c5753055c5756&b=0157525d5c515700025352520205505001550100540202uo525557 60

Both a and b are 64-bit strings. How do these two encodings come into being, or what encoding methods are used to generate them?
Reply

Use magic Report

0

Threads

4

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-1-6 15:54:01
| Show all posts
Following ...
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-1-6 18:54:01
| Show all posts
Please master to explain
Reply

Use magic Report

1

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

 Author| Post time: 2020-8-25 11:45:01
| Show all posts
The problem is solved.It is not a complicated encoding, but the encryption algorithm is included in the numbered jse.
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-25 12:00:01
| Show all posts
Ha ha
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 Invalid IP Address

Post time: 2020-8-25 12:15:01
| Show all posts
This is for the security of information transmission, encrypting the processed request information
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-25 12:30:01
| Show all posts
What algorithm is used to encrypt a and b?
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-25 12:45:01
| Show all posts
As long as the code is submitted
It can be encrypted in the foreground and decrypted in the background, so it must be reversed!
  I think those 2 parameters are not necessarily the information you entered! ~~ If you enter it, encryption is simple, but decryption is not that simple
   What if the submitted information is very long?
   Did he use POST to submit it? If it's just a GET, is the same in the data packet?
   Is your information complete and correct after submission? Just make a pseudo link!
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list