美文网首页NuLink
NuLink社区AMA 2021/12/15

NuLink社区AMA 2021/12/15

作者: 吃你煮的鱼 | 来源:发表于2022-01-15 11:47 被阅读0次

@Tsuseven

The honor is ours-Can you please introduce yourself to our community?

@Tsuseven:荣誉是我们的 - 你能向我们的小区介绍一下你自己吗?

David Jiao:

Hi I am David Jiao, cofounder of NuLink. I have Over 10 years experience in automotive and AI industry. Entrepreneur experience of founding startups both in Sweden and China , successfully raised a few rounds of investment and as CPO of Golden Ridge Robotic was responsible for a series of autonomous products.

David Jiao:

大家好,我是 NuLink 的联合创始人 David Jiao。我在汽车和人工智能行业拥有超过 10 年的经验。拥有在瑞典和中国创办初创公司的企业家经验,成功筹集了几轮投资,并作为金岭机器人的CPO负责一系列自主产品。

@Tsuseven

Can you briefly tell us what “NuLink” means in 3-5 sentences?

您能用 3-5 句话简单地告诉我们“NuLink”是什么意思吗?

David Jiao :

NuLink network is a decentralized solution for privacy-preserving applications developers to implement best practices and best of breed security and privacy. The NuLink platform provides endpoint encryption and cryptographic access control. Sensitive user data can be securely shared from any user platform to cloud or decentralized storage and access to that data is granted automatically by policy in Proxy Re-Encryption or Attribute-Based Encryption. For the data user on the other side, Zero-Knowledge Proof can help them verify the data source. In more advanced privacy-preserving use cases, NuLink uses Fully Homomorphic Encryption to customize enterprise-level data computation services.

NuLink 网络是一种去中心化的解决方案,供隐私保护应用程序开发人员实施最佳实践和同类最佳的安全和隐私。 NuLink 平台提供端点加密和密码访问控制。敏感的用户数据可以从任何用户平台安全地共享到云或分散存储,并且通过代理重新加密或基于属性的加密中的策略自动授予对该数据的访问权限。对于另一端的数据用户,零知识证明可以帮助他们验证数据来源。在更高级的隐私保护用例中,NuLink 使用全同态加密来定制企业级数据计算服务。

@Tsuseven

Can you kindly explain homomorphic? ELI5 ?

你能解释一下同态加密吗?

David Jiao:

Yes, it's a cryptographic primitive for advanced data security application. Basically you can use for data manipulation in ciphertext space and even you can use it for machine learning trainning.

是的,它是高级数据安全应用程序的加密原语。基本上,您可以用于密文空间中的数据操作,甚至可以将其用于机器学习训练。

@Tsuseven

Very interesting- so what problem does NuLink try to solve and what are the solutions?

非常有趣——那么 NuLink 试图解决什么问题以及解决方案是什么?

David Jiao :

Nucypher implemented and improved the TFHE scheme using Python. Unfortunately, they gave up the project a few years ago. Maybe the reason is the efficiency of FHE in those years was always a bottleneck. However, in recent years, the efficiency and application of FHE have made breakthroughs, especially the programmable bootstrapping technology based on FHEW, TFHE is proposed and iterated constantly, which makes FHE landing soon. We will explore our solution using these latest technologies to ensure the availability of homomorphic encryption.

David Jiao :

Today, businesses across the spectrum understand that data is the key to maximize business value. Almost all businesses are mining data to fuel innovation and growth. Meanwhile data can cause irreparable damage to businesses, reputations and people’s lives if sensitive information leaks in a data breach. In many cases, even though the law requires companies to implement data protection (for example, Europe’s GDPR or General Data Protection Regulation that is known as the toughest privacy and security law in the world), businesses regardless of size – enterprise, small or medium businesses or startups – often find it difficult to protect their users’ data. Finding a solution to these data privacy problems is the motivation behind NuLink. By integrating best-in-class technologies we are building a strong technology foundation. The technical solutions provided by NuLink cover three main categories.

1.To ensure the availability of data in ciphertext form. The crypto techniques used here mainly include Zero Knowledge Proof.

2.Privacy-preserving data sharing. The general method is to encrypt data and let the data owner control access to it. The technologies include decentralized encrypted storage, proxy re-encryption, identity-based encryption and attribute-based encryption, etc.

3.Privacy-preserving data computing, which involves the integration of certain privacy computing capabilities into smart contracts. The technologies used include multi-party secure computing, homomorphic encryption and so on. These three kinds of technical solutions can provide privacy-preserving applications in many application fields.

Nucypher 使用 Python 实现并改进了 TFHE 方案。不幸的是,他们在几年前放弃了这个项目。可能是因为当年FHE的效率一直是瓶颈。但近年来,FHE的效率和应用都有了突破,尤其是基于FHEW的可编程自举技术,TFHE不断被提出和迭代,使得FHE很快落地。我们将使用这些最新技术探索我们的解决方案,以确保同态加密的可用性。创建至今,各行各业的企业都明白,数据是实现业务价值最大化的关键。几乎所有企业都在挖掘数据以推动创新和增长。同时,如果敏感信息因数据泄露而泄露,数据可能会对企业、声誉和人们的生活造成无法弥补的损害。在许多情况下,即使法律要求公司实施数据保护(例如,欧洲的 GDPR 或被称为世界上最严格的隐私和安全法的通用数据保护条例),但无论规模大小的企业——企业、中小型企业企业或初创公司 - 通常发现很难保护其用户的数据。寻找这些数据隐私问题的解决方案是 NuLink 背后的动机。通过集成一流的技术,我们正在建立强大的技术基础。 NuLink 提供的技术解决方案涵盖三大类。

1.保证密文形式数据的可用性。这里使用的加密技术主要包括零知识证明。

2.隐私保护数据共享。一般的方法是对数据进行加密,让数据所有者控制对它的访问。技术包括去中心化加密存储、代理重加密、基于身份的加密和基于属性的加密等。

3.隐私数据计算,涉及将某些隐私计算能力集成到智能合约中。使用的技术包括多方安全计算、同态加密等。这三种技术方案可以在很多应用领域提供隐私保护应用。

@Tsuseven

That's a big market- Can you describe some specific application scenarios using NuLink technology?

这是一个很大的市场——您能描述一些使用 NuLink 技术的具体应用场景吗?

David Jiao :

As I mentioned above, NuLink provides three kinds of technical solutions for many privacy-preserving scenes: encrypted NFTs trading market, secure electronic health records sharing, decentralized digital rights management, secure data sharing collected by IOT devices, financial encrypted data prediction, privacy-preserving social network, etc. One of the most exciting use scenarios for NuLink’s technology solution is in the encrypted non-fungible token (NFT) trading market. The NFT market is booming – in the first half of 2021, NFTs saw $2.5 billion in sales. This means there is a great opportunity for new solutions that take NFTs to the next level. At NuLink, our first objective will be to provide technology for NFT marketplaces to facilitate private auctions, encrypted and private collections, and entirely new exciting use cases for encrypted NFTs. For instance, the NuLink solution makes it possible for artists to set up secure online private auctions where potential buyers can virtually view and bid for the art pieces on sale. The artist could also create special viewing events for their most dedicated fans or special collectors. Similarly, NFT owners will be able to securely share access to a specific NFT or their private collection with whomever they desire and even charge a viewing fee.

正如我上面提到的,NuLink 为许多隐私保护场景提供了三种技术解决方案:加密的 NFTs 交易市场、安全的电子健康记录共享、去中心化的数字权限管理、物联网设备收集的安全数据共享、金融加密数据预测、隐私-保留社交网络等。

NuLink 技术解决方案最令人兴奋的使用场景之一是在加密的不可替代令牌 (NFT) 交易市场。 NFT 市场正在蓬勃发展——2021 年上半年,NFT 的销售额达到 25 亿美元。这意味着将 NFT 提升到新水平的新解决方案有很大的机会。在 NuLink,我们的首要目标是为 NFT 市场提供技术,以促进私人拍卖、加密和私人收藏,以及全新的令人兴奋的加密 NFT 用例。例如,NuLink 解决方案使艺术家可以建立安全的在线私人拍卖,潜在买家可以在其中虚拟查看和竞标出售的艺术品。艺术家还可以为他们最忠实的粉丝或特别收藏家特别的观看活动。同样,NFT 所有者将能够与他们想要的任何人安全地共享对特定 NFT 或其私人收藏的访问权限,甚至收取观看费。

@Tsuseven:

That all looks great- Can you briefly describe the architecture of NuLink?

一切看起来都很棒——你能简要描述一下 NuLink 的架构吗?

David Jiao :

The NuLink network integrates the Application Layer, the Cryptograph Layer, the Storage Layer, the Blockchain Layer and the Watcher Network:

  1. The Application Layer: The Application Layer is an abstract interface layer that directly interacts with the application. The Application Layer also needs to interact with the Cryptograph Layer to grant authorization of the application’s privacy data.

  2. The Cryptograph Layer: The Cryptograph Layer is an entity that handles cryptographic operations on behalf of the Application Layer. The cryptographic operations include key generation, encryption, decryption, etc. The Cryptograph Layer also needs to connect to the Storage Layer and is responsible for uploading and downloading the encrypted privacy data.

  3. The Storage Layer: The Storage Layer is a storage network that can be used to store encrypted privacy data. Currently, we support IPFS (InterPlanetary File System) as our decentralized storage network. Other storage networks such as Swarm and S3 will be available soon.

  4. The Blockchain Layer: The Blockchain Layer is the blockchain system that can handle the proxy registration and re-encryption request management. Currently, proxies can register in Ethereum only. However, the user could send their requests to other blockchain systems such as Polkadot and Solana.

  5. The Watcher Network: The Watcher Network is a relayer network that relays the information of proxy nodes from Ethereum to other blockchain systems. The Watcher Network will be maintained under an on-chain governance mechanism (DAO) to guarantee its decentralization and security.

NuLink 网络集成了应用层、密码层、存储层、区块链层和观察者网络:

  1. 应用层:应用层是与应用直接交互的抽象接口层。应用层还需要与密码层交互以授予应用程序隐私数据的授权。

  2. 密码层:密码层是代表应用层处理密码操作的实体。密码操作包括密钥生成、加密、解密等,密码层还需要连接存储层,负责上传和下载加密的隐私数据。

3.存储层:存储层是一个存储网络,可用于存储加密的隐私数据。目前,我们支持 IPFS(星际文件系统)作为我们的去中心化存储网络。其他存储网络如 Swarm 和 S3 将很快可用。

  1. 区块链层:区块链层是可以处理代理注册和重加密请求管理的区块链系统。目前,代理只能在以太坊中注册。但是,用户可以将他们的请求发送到其他区块链系统,例如 Polkadot 和 Solana。

  2. 观察者网络:观察者网络是一个中继网络,将代理节点的信息从以太坊中继到其他区块链系统。观察者网络将在链上治理机制(DAO)下进行维护,以保证其去中心化和安全性。那高于我的工资等级, 但只要它有效.

@Tsuseven:

Can you explain the relationship between NuLink and NuCypher?

您能解释一下 NuLink 和 NuCypher 之间的关系吗?

David Jiao :

NuLink is an independent privacy project. It got official support from NuCypher when the project started. Our team cooperates with the NuCypher team both in Technology and Business Development. Here I want to cite a comment from Maclane(The Co-founder of NuCypher) to explain the difference between NuCypher and NuLink. "I'm excited to see NuLink bring NuCypher/Threshold's proxy re-encryption and other privacy-preserving technologies to smart contract platforms beyond Ethereum. Cross-chain interoperability is both one of the hardest technical problems and alluring siren calls in the blockchain space. The NuLink team is well-positioned to execute on making this dream a reality and I'm happy to support them in that quest."

NuLink 是一个独立的隐私项目。项目启动时得到了 NuCypher 的官方支持。我们的团队在技术和业务开发方面与 NuCypher 团队合作。这里我想引用 Maclane(NuCypher 的联合创始人)的评论来解释 NuCypher 和 NuLink 的区别。 “我很高兴看到 NuLink 将 NuCypher/Threshold 的代理重新加密和其他隐私保护技术带入以太坊以外的智能合约平台。跨链互操作性既是区块链领域最困难的技术问题之一,也是诱人的警报。 NuLink 团队已经做好了让这个梦想成为现实的准备,我很高兴在这个任务中支持他们。”

NuLink

相关文章

网友评论

    本文标题:NuLink社区AMA 2021/12/15

    本文链接:https://www.haomeiwen.com/subject/yrythrtx.html