Skip to content

bitsanity/adilosjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adilosjs

adilosjs is a Javascript binding for ADILOS

install

npm i adilosjs

about

ADILOS (A Digital Lock System) is a protocol that provides a way for someone to prove ownership of a cryptographic key. The proof is done by performing a message exchange in which a cryptographic challenge is presented and a response is returned.

If the response is correct then the exchange proves that the responder truly holds the public key included in the response.

angular

If using Angular, add these lines in the polyfills.ts file:

(window as any) .global = window;
// @ ts-ignore
window.Buffer = window.Buffer || require ('buffer'). Buffer;

About

ADILOS api as node module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published