0.0.9 • Published 3 years ago

longhash v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago