1.0.3 • Published 10 months ago

encrypted_storage2 v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

##安装

npm install encrypted_storage2

##导入

const storage = require('encrypted_storage2')

##对存储内容进行beas64编码后存储

存 storage.StorageSet(key,val) 取 storage.StorageGet(key) 移除某一项 storage.StorageRemove(key) 移除所有 storage.StorageClear()

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago