package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Nov 17, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Decrypt
@Description: hashId解密
@receiver h
@param encryptStr
@return int
Encrypt
@Description:hashId加密
@receiver h
@param num
@return string
type Digital struct {
Length int
Salt string
}
NewDigitalSecret
@Description: 实例化digital配置
@param length
@param salt
@return *Digital
Decrypt
@Description: 字符串解密为数字
@receiver d
@param encryptStr
@return int
Encrypt
@Description: 数字加密
@receiver d
@param num 数字加密为字符串
@return string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.