iOS 二维码扫描解码解密
PHP中文网
PHP中文网 2017-04-18 09:17:13
0
1
358

1.我先用二维码扫描之后得到字符串V/XLKZf/iPQPlZgNy3XUYtfSvsmy/YB0xGja7jPlv+uBwCxJDNk0+Rw1pMkijjmfiM4mG8RlRlqOkifI2MRTuw==
2.然后我听说安卓的先要用base64对它进行解码得到这个图:

3.我也不知道这个是什么,这个还要转成其他格式吧?
4.最后还要进行des的解密,秘钥是cqporunautoprint。
有不有大神帮我看看,我搞了好久没搞出来。

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
黄舟

It may be that after converting to base64, it is in NSData format, which is binary data, not a string. Do des directly on this NSData data. Ask about the specific process of Android, including the input and output format of encryption and decryption processing

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template