0.0.9 • Published 2 years ago

longhash v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago