0.0.11 • Published 1 year ago

longhash-cuimc v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

longhash

##功能介绍 对于长文本内容使用关键词进行加密/解密

##安装 npm install longhash

##使用范例

const longhash = require('longhash')

const content = 'test'

const encodeText = longhash.encode('longhash', content)

const decodeText = longhash.decode('longhash', encodeText)

0.0.11

1 year ago