Home > Back-end >  Ini configuration file
Ini configuration file

Time:09-26

[CenterServer]
DataBaseIP=127.0.0.1
DataBasePort=9527
DataBaseUser=sa
DataBasePwd=1 d00000000000000774ccf9b939731979f382bae47f159603824abfc7ecc40d9ac323760e08a75d6
DataBaseName=MH_ChatDB
This how to decrypt encrypted

CodePudding user response:

That sounds like the simple 16 system encryption

CodePudding user response:

Is difficult, the ciphertext estimation is used in the DES, 3 DES, AES encryption algorithm, such as for hexadecimal conversion, after first need to decide is to adopt the kind of encryption algorithm, and then to guess the key, the last backwards plaintext,
Actually it is better to "directly using Windows log in, and then will sa password change" for convenience

CodePudding user response:

DataBasePwd=1 d00000000000000774ccf9b939731979f382bae47f159603824abfc7ecc40d9ac323760e08a75d6
Is the hexadecimal code text characters, it is by the INI read into the program, after reduction (decryption) again, as for how to decrypt, difficult,
Through this period of password, generally cannot decrypt, unless you know, the decrypted text, good than a deduction algorithm,

CodePudding user response:

Which how the 1 d00000000000000774ccf9b939731979f382bae47f159603824abfc7ecc40d9ac323760e08a75d6 encrypt it out is how to replace this

CodePudding user response:

Internet should be related to Delphi string encryption and decryption code, you can search to see

CodePudding user response:

Because don't know the result, no one can make out the algorithm, only by the password, there are no results,

CodePudding user response:

Released software, can be a solution,

CodePudding user response:

Trouble, very hard commonly
  • Related