文件名称:siteproof:增强域名所有权
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-27 06:38:57
JavaScript
现场证明 证明/验证域所有权 用法 var Keys = require ( 'kiki' ) . Keys var siteproof = require ( 'siteproof' ) var site = { url : 'somewhereawesome.com' } // Alternatively: // var site = { // url: 'google.com', // proof: 'this string is signed in a TXT record on somewhereawesome.com' // } var key = Keys . EC . gen ( { curve : 'ed25519' } ) // prove siteproof . prove ( key , site ) . done ( function ( txt
【文件预览】:
siteproof-master
----prove.js(678B)
----verify.js(2KB)
----txt.js(357B)
----.travis.yml(45B)
----LICENSE(1KB)
----test()
--------fixtures()
--------index.js(2KB)
----README.md(830B)
----.gitignore(526B)
----index.js(81B)
----package.json(716B)