To find a pure digital encryption algorithm

Source: Internet
Author: User
The requirements are as follows, with a 10-bit user ID
$user _id = 5986845949;
and a pure number of encrypted salts
$salt = 102744; Variable

An additional 10-bit pure digital key is obtained by encryption (the emphasis is on the number of bits that cannot be changed), and the encryption results are discrete enough with $salt and can be reversed

To help the master, thank you very much

Reply content:

The requirements are as follows, with a 10-bit user ID
$user _id = 5986845949;
and a pure number of encrypted salts
$salt = 102744; Variable

An additional 10-bit pure digital key is obtained by encryption (the emphasis is on the number of bits that cannot be changed), and the encryption results are discrete enough with $salt and can be reversed

To help the master, thank you very much

$user _id = 5986845949;
$salt = 1111111111;

Encryption
The addition of bits is not a simple mathematical operation.
After calculation, it is concluded that:
$user _id = 6097956050;

Decrypt
Reduce by phase, do not abdicate
After calculation, it is concluded that:
$user _id = 5986845949;

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.