文件名称:egg-crypto:egg鸡蛋的加密插件
文件大小:103KB
文件格式:ZIP
更新时间:2024-05-27 15:35:08
crypto egg egg-plugin eggplugin crypto-js
鸡蛋加密 Egg.js的插件。 | 安装 $ npm i egg-crypto --save 用法 // {app_root}/config/plugin.js exports . mailer = { enable : true , package : 'egg-crypto' , } ; 例子 // app/controller/home.js 'use strict' ; const Controller = require ( 'egg' ) . Controller ; class HomeController extends Controller { async index ( ) { this . ctx . body = this . ctx . crypto . MD5 ( 'Hi, egg-crypto' ) ; } } module . ex
【文件预览】:
egg-crypto-master
----.eslintrc(37B)
----.travis.yml(180B)
----config()
--------config.default.js(150B)
----LICENSE(1KB)
----README.zh_CN.md(3KB)
----README.md(3KB)
----index.d.ts(114B)
----appveyor.yml(268B)
----.gitignore(73B)
----app()
--------extend()
----.eslintignore(9B)
----package-lock.json(416KB)
----package.json(1KB)
----.autod.conf.js(333B)