Home > Backend Development > PHP Tutorial > 数字为了防止被抓取,给弄成了图片,一般都用啥算法加密啊?最后是base64的样子的说

数字为了防止被抓取,给弄成了图片,一般都用啥算法加密啊?最后是base64的样子的说

WBOY
Release: 2016-06-06 20:38:03
Original
1026 people have browsed it

数字为了防止被抓取,给弄成了图片,一般都用啥算法加密啊?最后是base64的样子的说
抓下来的图片都是这样的,貌似最后用base64 encode了一下,

容易分析出数字和加密后字符串的对应关系么?

求教~

回复内容:

数字为了防止被抓取,给弄成了图片,一般都用啥算法加密啊?最后是base64的样子的说
抓下来的图片都是这样的,貌似最后用base64 encode了一下,

容易分析出数字和加密后字符串的对应关系么?

求教~

base64_decode('文件名') 先看看是什么

就這,隨便一個 OCR,分分鐘搞定。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template