search

Home  >  Q&A  >  body text

ios - 这种格式怎么解密?

iOS要做二维码扫描,扫描出来的结果是这个V/XLKZf/iPQPlZgNy3XUYtfSvsmy/YB0xGja7jPlv+uBwCxJDNk0+Rw1pMkijjmfiM4mG8RlRlqOkifI2MRTuw==
这种用什么解密?

大家讲道理大家讲道理2892 days ago357

reply all(3)I'll reply

  • 阿神

    阿神2017-04-18 09:17:48

    Try to use Base64 to solve it and then use DES to solve it and get this

    If you haven’t tried anything else, try it slowly.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 09:17:48

    This kind of algorithm is obviously base64.
    If it is a QR code, even if you use base64 to decrypt it, you may not get the result because there may be encryption next. .

    reply
    0
  • ringa_lee

    ringa_lee2017-04-18 09:17:48

    I used online base64 to decode this string. The content of this base64 is obviously encrypted. It is beyond the ability of ordinary people to crack this encryption.

    reply
    0
  • Cancelreply