文件名称:crypto:保护用户的访问并为前端生成哈希
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-05 02:56:55
JavaScript
加密货币 确保用户的访问权限并为前端#### Inhes生成页面生成哈希: //front end way var crypto = new Crypto //node.js way var crypto = require ( 'crypto' ) . Crypto ; ####方法 : //we added crypto into our page/server already above crypto | __crypto : function ( len ) //produces random string with given length | __encode : function ( str ) //produces a crypted version of given string | __decode : function ( encoded ) //
【文件预览】:
crypto-master
----front-end()
--------crypto.js(3KB)
----LICENSE(1KB)
----README.md(1KB)
----node-js()
--------crypto.js(3KB)