V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
zbl430
V2EX  ›  Python

这种验证码是如何实现的? Python

  •  
  •   zbl430 · 2017-08-23 14:28:39 +08:00 · 2664 次点击
    这是一个创建于 2409 天前的主题,其中的信息可能已经有所发展或是发生改变。
    9 条回复    2018-04-04 15:20:18 +08:00
    HypoChen
        1
    HypoChen  
       2017-08-23 14:34:00 +08:00
    随机 id 对应随机验证码,保存在内存或者数据库
    WildCat
        2
    WildCat  
       2017-08-23 14:35:54 +08:00
    加密 cookie 保存都可以。
    jugelizi
        3
    jugelizi  
       2017-08-23 14:36:25 +08:00
    哪个网站验证码点击不能刷新?
    你是想识别验证码呀
    knightdf
        4
    knightdf  
       2017-08-23 14:49:49 +08:00
    生成随机几位字符然后生成图片,每次点击都一样了那还叫验证码?
    zbl430
        6
    zbl430  
    OP
       2017-08-23 15:40:38 +08:00
    @xfspace 多谢回复,不过滚肚子
    raycool
        7
    raycool  
       2017-08-23 20:48:04 +08:00
    你是要实现生成这种验证码
    还是要识别这种验证码
    zbl430
        8
    zbl430  
    OP
       2017-08-24 08:32:45 +08:00
    @raycool 实现生成,谷歌,百度出来的总感觉不像
    hw20686832
        9
    hw20686832  
       2018-04-04 15:20:18 +08:00
    用 captcha 生成,做样本,训练,识别
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3110 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 00:35 · PVG 08:35 · LAX 17:35 · JFK 20:35
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.