decentralized-id.github.io/_drafts/2019-03-27-cryptonomica.md

64 lines
5.9 KiB
Markdown
Raw Permalink Normal View History

2019-03-28 23:40:33 +00:00
---
date: 2019-03-27
2019-03-28 23:40:33 +00:00
title: Cryptonomica
2020-01-07 09:40:45 +00:00
description: Cryptonomica.net is an identity verification service based on OpenPGP and Ethereum with legal framework and online dispute resolution for electronic contracts from London-based court of arbitration
excerpt: >
We make verification of key owner's identity and store data about this verification: who, when, using which document made verification. And unlike in 'Web of trust' there is an established procedure for key verification, i.e. known rules according to witch identity of the key owner have to be proven.
2019-03-28 23:40:33 +00:00
layout: single
toc: false
2020-11-06 04:47:20 +00:00
header:
2020-11-19 08:16:51 +00:00
image: /images/cryptonomica-header.webp
2020-11-06 04:47:20 +00:00
caption: "[cryptonomica.net](https://cryptonomica.net)"
2020-11-19 08:16:51 +00:00
teaser: /images/cryptonomica-teaser.webp
2020-10-10 09:14:54 +00:00
permalink: /blockchain/ethereum/cryptonomica/
2019-07-11 06:04:33 +00:00
canonical_url: 'https://decentralized-id.com/blockchain/ethereum/cryptonomica/'
redirect_from:
- id-initiatives/ethereum/cryptonomica
- id-initiatives/ethereum/cryptonomica/
2023-06-05 23:29:28 +00:00
categories: ["Blockchain ID"]
2020-11-11 03:54:53 +00:00
tags: ["Ethereum","PGP","Blockchain"]
last_modified_at: 2019-07-11
2023-06-05 23:29:28 +00:00
published: false
2019-03-28 23:40:33 +00:00
---
2019-03-27 21:02:08 +00:00
2023-06-05 23:29:28 +00:00
## Cryptonomica
2019-03-27 21:02:08 +00:00
[![](https://i.imgur.com/moVyrrt.png)](https://cryptonomica.github.io)
* [Cryptonomica.net](https://cryptonomica.net) is an identity verification service based on [OpenPGP](https://en.wikipedia.org/wiki/Pretty_Good_Privacy) and [Ethereum](https://www.ethereum.org) with legal framework and online dispute resolution for electronic contracts from London-based [court of arbitration](https://cryptonomica.net/#!/arbitration)
2023-06-05 23:29:28 +00:00
* [the Cryptonomica Whitepaper](https://github.com/Cryptonomica/cryptonomica/wiki/Cryptonomica-White-Paper#the-problem):
> Existing systems of keys-based digital signature for documents are based on a personal visit to a certification center.
2019-03-27 21:02:08 +00:00
>
2023-06-05 23:29:28 +00:00
> The key pair for the client is in many countries created by the certification center, and given to the client. In this case, a copy of the user's private key can remain in the certification center, i.e. not only user can have access to it. This problem is often not even realized by users.
2019-03-27 21:02:08 +00:00
Often the keys for the client-bank systems are created this way.
>
2023-06-05 23:29:28 +00:00
> Although signature verification is reliable only if no one else except the owner has access to private key.
2019-03-27 21:02:08 +00:00
[...]
>### Our Solution
>
>PGP's ["Web of trust"](https://en.wikipedia.org/wiki/Web_of_trust) was not a success, because, as stated [Wikipedia](https://en.wikipedia.org/wiki/Pretty_Good_Privacy#Web_of_trust):
> Users have been willing to accept certificates and check their validity *manually* or to simply accept them. *No satisfactory solution has been found for the underlying problem*
>
>We offer exactly the solution for this problem that is mentioned in Wikipedia as not yet found. We deny automatic key check, we are offering the user to check and download each key manually.
>
2019-04-12 03:09:00 +00:00
>We make verification of key owner's identity and store data about this verification: who, when, using which document made verification. And unlike in ['Web of trust'](https://en.wikipedia.org/wiki/Pretty_Good_Privacy#Web_of_trust) there is an established procedure for key verification, i.e. known rules according to witch identity of the key owner have to be proven.
2019-03-27 21:02:08 +00:00
>
>The user can make the information of the key or keys in the database available to all other users of the database, or available only for specified users or user group. Accordingly database user will have access to data about keys of others users, which is open to all users or shared with him, (for some cases, i.e. for arbitrators, including scans on the paper documents)
>
2020-01-13 02:57:04 +00:00
>And we offer for the market the first legally relevant global system of public key's certification, that can be run around the world, or more precisely in all states where [Hague Convention Abolishing the Requirement for Legalisation for Foreign Public Documents 1961](https://www.hcch.net/en/instruments/conventions/full-text/?cid=41) ([Apostille Convention](https://en.wikipedia.org/wiki/Apostille_Convention)) and [United Nations Convention on the Recognition and Enforcement of Foreign Arbitral Awards 1958](https://www.uncitral.org/pdf/english/texts/arbitration/NY-conv/New-York-Convention-E.pdf) ([New York Convention 1958](https://en.wikipedia.org/wiki/Convention_on_the_Recognition_and_Enforcement_of_Foreign_Arbitral_Awards)) are recognized.
2019-03-27 21:02:08 +00:00
>
2020-01-13 02:57:04 +00:00
>We can provide a legal mechanism for recognizing digitally signed contracts in almost every country: every digital contract in the need can be "transformed" in arbitral award recognized under [The Convention on the Recognition and Enforcement of Foreign Arbitral Awards](https://www.uncitral.org/pdf/english/texts/arbitration/NY-conv/New-York-Convention-E.pdf), and using modern technologies (web-server, databases, videoconferencing, e-mail) make [international arbitration](https://en.wikipedia.org/wiki/International_arbitration) affordable even for small business and individual clients.
2019-03-27 21:50:41 +00:00
2019-03-28 23:40:33 +00:00
## Github Repos
* [Cryptonomica/cryptonomica](https://github.com/Cryptonomica/cryptonomica) - Cryptonomica keys server
* [Cryptonomica/cryptonomica.github.io](https://github.com/Cryptonomica/cryptonomica.github.io) - Cryptonomica frontend
* [Cryptonomica/arbitration-rules](https://github.com/Cryptonomica/arbitration-rules) - Cryptonomica Arbitration Rules
* [Cryptonomica/dappathon-tlv](https://github.com/Cryptonomica/dappathon-tlv)
* [Cryptonomica/Ethereum-IdentityVerification](https://github.com/Cryptonomica/Ethereum-IdentityVerification) - Indentity verification and KYC for Ethereum blockchain
* [Cryptonomica/ethnode.cryptonomica.net](https://github.com/Cryptonomica/ethnode.cryptonomica.net) - Ethereum node with API on nodejs and web3.js
* [Cryptonomica/Ethereum-IdentityProof](https://github.com/Cryptonomica/Ethereum-IdentityProof) - Smart contract for Ethereum's account owner verification using Cryptonomica.net
* [Cryptonomica/international-arbitration-law](https://github.com/Cryptonomica/international-arbitration-law) - Repository for collecting information about international arbitration law and practice