diff --git a/ConfidentialComputingOnCloud.md b/ConfidentialComputingOnCloud.md index 3f7b0aa..4602a7d 100644 --- a/ConfidentialComputingOnCloud.md +++ b/ConfidentialComputingOnCloud.md @@ -11,9 +11,11 @@ https://learn.microsoft.com/en-us/azure/confidential-computing/confidential-cont ## AWS - +[Nitro enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) ## GCP - +[Confidential Computing](https://cloud.google.com/security/products/confidential-computing) ## Alibaba +[Build a confidential computing environment by using Enclave](https://www.alibabacloud.com/help/en/ecs/user-guide/build-a-confidential-computing-environment-by-using-enclave) +[Confidential Computing" for Everyone: Getting Started with Occlum and Its Related Technologies](https://www.alibabacloud.com/blog/598671) \ No newline at end of file diff --git a/DecentralizedCompute.md b/DecentralizedCompute.md new file mode 100644 index 0000000..3bf2f7c --- /dev/null +++ b/DecentralizedCompute.md @@ -0,0 +1,4 @@ +Existing projects in this space: +- [golem.network](https://www.golem.network/) +- [gputopia.ai](https://gputopia.ai/) +- \ No newline at end of file diff --git a/DecentralizedDNS.md b/DecentralizedDNS.md new file mode 100644 index 0000000..9c610a5 --- /dev/null +++ b/DecentralizedDNS.md @@ -0,0 +1,12 @@ +Nostr and bitcoin based dns +https://github.com/ursuscamp/nomen + +DHT based public key dns +https://github.com/pubky/pkdns +https://github.com/pubky/pkarr + +ETH based ens system +https://ens.domains/ + + +#dns #decentralization \ No newline at end of file diff --git a/FullHomomorphicEncryption.md b/FullHomomorphicEncryption.md new file mode 100644 index 0000000..7ebe159 --- /dev/null +++ b/FullHomomorphicEncryption.md @@ -0,0 +1,3 @@ +[PostgreSQL Fully Homomorphic Encryption](https://github.com/FHE-Postgres/pg_fhe) + +[The Transparent data encryption in PostgreSQL - Highgo Software Inc.](https://www.highgo.ca/2019/09/30/the-transparent-data-encryption-in-postgresql/) diff --git a/PrivateInformationRetrieval.md b/PrivateInformationRetrieval.md new file mode 100644 index 0000000..4777a07 --- /dev/null +++ b/PrivateInformationRetrieval.md @@ -0,0 +1,3 @@ +https://eprint.iacr.org/2022/368 + +[One Server for the Price of Two: Simple and Fast Single-Server Private Information Retrieval](https://github.com/ahenzinger/simplepir) \ No newline at end of file diff --git a/README.md b/README.md index 5fc76e7..c31d653 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Welcome to Ungovernable Tech. This started as a landing page for [my](https://nostr.at/aljaz@nostr.si) notes about research I was doing during the [Sovereing Engineering Cohort](https://sovereignengineering.io/) but I've decided to make it more structured and make it a bookmark page for all my research into freedom enabling technology. +Welcome to Ungovernable Tech. This started as a landing page for [my](https://nostr.at/aljaz@nostr.si) notes about research I was doing during the [Sovereing Engineering Cohort](https://sovereignengineering.io/) but I've decided to make it more structured and make it a bookmark page for all my research into freedom enabling technology. Most topics are far from comprehensively covered, sadly I've decided to do this rather late so my notes and bookmarks are all over the place and in a need of free time to structure. Stay tuned. ## Confidential computing @@ -36,9 +36,23 @@ I wanted to create a PoC of confidential computing over nostr, I didn't end up f - [Secure Multi-Party Computation Without Agreement](https://eprint.iacr.org/2002/040.pdf) - [SGX Secure Enclaves in Practice: Security and Crypto Review](https://www.youtube.com/watch?v=0ZVFy4Qsryc) - [General overview of AMD SEV-SNP and Intel TDX](https://sys.cs.fau.de/extern/lehre/ws22/akss/material/amd-sev-intel-tdx.pdf) +- [Occlum](https://github.com/occlum/occlum) +- [awesome-confidential-computing](https://github.com/bpradipt/awesome-confidential-computing) -## Decentralized DNS +## [Decentralized DNS](./DecentralizedDNS.md) +We are building all kinds of cool decentralized systems but keep forgetting that majority of them still relay on DNS which is very prone to seizure and manipulation. + +## [Decentralized compute](./DecentralizedCompute.md) +Most people have spare compute and bandwidth, at least the ones with desktop PCs and routers. Cryptography can remove the issues with trust models and makes every computer plugged into internet and power a productive asset. + +## [Full Homomophic Encryption](./FullHomomorphicEncryption.md) +In a world where your private information is not for sale and your attention is not the product data is a liability not an asset. FHE can enable privacy preserving solutions for many/most database applications. + + +## [Private Information Retrieval](./PrivateInformationRetrieval.md) +Fighting tyranny with math. Every company or individual is one court order away from needing to decide how long they are willing to spend behind bars for not sharing the data with the government. Designing systems that are default private and cryptographically sound makes sure you have nothing to share with them. + For any suggestions or comments submit a PR/open an issue or send smoke signals over nostr to [aljaz@nostr.si](https://nostr.at/aljaz@nostr.si)