Skip to content

pyj063/crypto-p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

crypto

Visit the API documentation for a list of all methods available.

Install

npm install @cestc/crypto --save

Quick Start

import { encryptByDES, decryptByDES } from '@cestc/crypto'; 
// options(fileName: require:true 指定项目中需要压缩的文件名, outputName: require:false, 指定压缩包名)
encryptByDES('message') // 加密
decryptByDES('ciphertext') // 解密

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published