基于 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://www.codercto.com/soft/d/4117.html

Flow-Based Programming (2nd Edition)

Flow-Based Programming (2nd Edition)

CreateSpace / 2010-5-14 / $69.95

Written by a pioneer in the field, this is a thorough guide to the cost- and time-saving advantages of Flow-Based Programming. It explains the theoretical underpinnings and application of this program......一起来看看 《Flow-Based Programming (2nd Edition)》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码