基于 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

Algorithms Illuminated (Part 2)

Algorithms Illuminated (Part 2)

Tim Roughgarden / Soundlikeyourself Publishing, LLC / 2018-8-5 / USD 17.99

Algorithms are the heart and soul of computer science. Their applications range from network routing and computational genomics to public-key cryptography and machine learning. Studying algorithms can......一起来看看 《Algorithms Illuminated (Part 2)》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具