基于 PHP 的数字转字符串的方案 IntConvert

码农软件 · 软件分类 · 验证码(Captcha) · 2019-04-22 08:12:50

软件介绍

PHP 数字转字符串的解决方案:

主要用途为生成随机验证码,短网址等

主要优势:
1、自带校验功能
2、解码后可以和数据库中的生成项目对比进行二次验证
3、生成的邀请码是随机,相比Base32规律更难找
4、生成时,不能存在 重复的 值,能通过 系统中某项 唯一的key(比如:user_id)去生成,这样就不用考虑取数据库查询是否已经有重复的记录
5、方便数据库匹配和方便用户输入,大小写可以混用。

在线演示地址:http://www.miaoqiyuan.cn/products/php-int-convert/git/app/test/

自带随机 KeyMap 生成器,用生成的代码直接替换到对应的定义即可

生成器演示地址:http://www.miaoqiyuan.cn/products/php-int-convert/git/app/test/get_keys.php

本文地址:https://codercto.com/soft/d/4117.html

The Book of CSS3

The Book of CSS3

Peter Gasston / No Starch Press / 2011-5-13 / USD 34.95

CSS3 is the technology behind most of the eye-catching visuals on the Web today, but the official documentation can be dry and hard to follow. Luckily, The Book of CSS3 distills the heady technical la......一起来看看 《The Book of CSS3》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具