Skip to content

cnjinhy/idencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

idencrypt

encrypt and decrypt numeric ID.

  • 加解密数字格式的ID,例如将 123456 加密为 38654321894938303106 格式.

  • 加密过程中有校验防篡改功能,加密完成的字符串中修改任意一位均不能正常解密

  • 在应用过程中可以防止爬虫按递增规律抓取

  • 实现效果类似这种格式的网址

  • encrypt and decrypt numeric ID, for example, encrypt 123456 to 38654321894938303106

  • has the function of checking tamper proofing, any modified of encrypted the string in the string can not be decrypted

  • in the application process, the crawler can be prevented from crawling by increasing regularity

  • achieve effects similar to URLs in this format

  • https://zhidao.baidu.com/question/629747168174413524.html

  • https://zhidao.baidu.com/question/1929987305252691987.html

About

encrypt and decrypt numeric ID.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages