Skip to content

CIVICS/checkproof.org

 
 

Repository files navigation

Portable proof of existence checker

Aim of this project is creating of portable checker of proofs of existence (timestamps, receipts) which use blockchains as basement. Feel free to contribute!

#Some details ##Console There are 'debug console' div-element on the page and js functions write_to_console("message", null/'success'/'error') and clear_console() to interact with it. ##Cryptography This application uses 2 version of CryptoJS 3.1.2 library. First one vanila from https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/* declared as CryptoJS and second one modified by Manuel Araoz (shows progress of hashing) declared as CryptoJS_. Source of Argon2 hashing library is https://github.com/antelle/argon2-browser, however only PNaCL implementation used, because all other implementations are too time-consuming. Problem with this decision, that library works only in Google Chrome. ##Tabs and classificator Not finished yet. Desired behaviour - on General Checker tab try to detect protocol and if failes try all of them, while 'specific' tab check only with specific method. Currently General Checker try to detect protocol, but all 'specific' tabs are just decoration: in any case General Checker is used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 2.5%
  • CSS 0.5%