温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bee.com/vi/50945.html
点击访问原文链接

Musk is working on XChat. What exactly is the Bitcoin-style encryption architecture? | Bee Network

Musk is working on XChat. What exactly is the Bitcoin-style encryption architecture? | Bee Network Login Tin tức thịnh hành Nền tảng khởi chạy meme Các tác nhân trí tuệ nhân tạo (AI) DeSci TopChainExplorer Dành cho Newbee Tiền xu 100 lần Trò chơi Ong Trang web cần thiết ỨNG DỤNG Phải Có Người nổi tiếng về tiền điện tử DePIN Tân binh cần thiết Máy dò bẫy Công cụ cơ bản Trang web nâng cao Trao đổi Công cụ NFT CHÀO, Đăng xuất Vũ trụ Web3 Trò chơi Ứng dụng phi tập trung (DApp) Tổ ong Nền tảng phát triển QUẢNG CÁO Tìm kiếm Tiếng Anh Nạp xu Đăng nhập Tải xuống Đại học Web3 Trò chơi Ứng dụng phi tập trung (DApp) Tổ ong QUẢNG CÁO trang chủPhân tích•Văn bản chính Musk is working on XChat. What exactly is the Bitcoin-style encryption architecture?Phân tích9 tháng trước发布Wyatt 27.273 20 Tác giả gốc: TechFlow

On June 1, Musk began to make efforts and announced the launch of a new messaging system XChat on the X platform, featuring end-to-end encryption, disappearing messages, arbitrary file transfers, and cross-platform audio and video calls.

In other words, X can not only send and read tweets, but may also gradually have instant messaging functions similar to Telegram or WeChat.

This feature is currently in the testing phase and not all users can experience it.

But what is more eye-catching is that Musk claimed that XChat uses Bitcoin-style encryption and is developed in the Rust language, claiming to be a brand-new architecture.

Bitcoin is too classic, so classic that many people are familiar with its name and treat it as a leading asset, but they are not very clear about what technology it uses.

What exactly is the Bitcoin-style encryption architecture that Musk mentioned? I flipped through the Bitcoin white paper again and interpreted it from the perspective of an old investor.

XChat beta version features preview According to feedback from some Twitter users, their X account has been pushed Xchat and marked as a Beta test version. The core function is that private messages will be end-to-end encrypted on all your devices, and no one can read your private messages, including X.

Then we can break down this feature based on Musk’s original post and netizens’ feedback.

End-to-end encryption: Messages and call contents can only be seen by the two parties communicating, and third parties (including X platform) cannot spy on them.

Destroy after reading: You can set the message to be automatically deleted after a certain period of time, such as 10 minutes, to protect privacy more thoroughly.

Any file transfer: Supports sending any type of file, including photos, videos, documents, etc., no longer restricted by format or size.

Cross-platform audio and video calls: No mobile phone number is required to make calls, and it supports multiple devices such as mobile phones and computers. The call content is also encrypted.

You know what, this is a bit like Telegram.

What does this have to do with Bitcoin? When it comes to Bitcoin-style encryption, many peoples first reaction may be: Isnt Bitcoin used for transferring money? What does it have to do with encrypted chat?

Don’t be impatient, let’s first review Bitcoin’s encryption technology and then see how XChat may learn from it.

In fact, the title of the Bitcoin white paper more than ten years ago has already made it very clear: Peer-to-peer cash payment system. The peer-to-peer here is the P2P that we often hear.

BTC— Want to achieve peer-to-peer (you and me) transfers without the need for a middleman;

Xchat— Want to achieve peer-to-peer (you and me) chatting without the need for a middleman.

These are different implementation directions of the same technology.

How does Bitcoin do peer-to-peer?

Let’s put aside the blockchain’s ledger technology for now. In order to achieve peer-to-peer transfers, Bitcoin uses encryption technology, which can be simply described as “lock” and “signature”.

Lock: Elliptic Curve Cryptography (ECC): Bitcoin uses something called Elliptic Curve Cryptography (ECC). Simply put, it is like a super secure lock. Everyone has two keys: one is a public key (public, equivalent to a lock), and the other is a private key (only you know, equivalent to a key). For example, if you want to transfer Bitcoin to a friend, your wallet will use your friends public key to lock the transaction, and only your friend can unlock and get the money with his or her private key. No one can peek or tamper with the whole process, and even the Bitcoin network cannot see the transaction details.

Signature: Digital signature (ECDSA) In addition to the lock, Bitcoin also uses digital signatures to prove that you are you. When you transfer money, your wallet will use your private key to generate a signature to prove that the transaction was indeed sent by you. Others can verify this signature with your public key, but it cannot be forged.

Anti-tampering: Hash algorithm (SHA-256) Bitcoin also uses a hash algorithm called SHA-256, which turns transaction information into a fixed-length fingerprint. If the transaction is changed, even if only one letter is changed, the fingerprint will be completely different and the network will be able to detect it immediately.

Please note that these encryption algorithms and signature algorithms were not invented by Bitcoin, but they are used together in combination.

Therefore, combined with the functions of XChat, we can speculate that it may use Bitcoin technology in this way, which is what Musk calls Bitcoin-style encryption:

End-to-end encryption: a safe for messages XChats end-to-end encryption may use a variant of ECC (such as the ECDH protocol). When you send a message to a friend, your phone will encrypt the message with your friends public key, and only your friends private key can decrypt it. For example, if you send Ill be there at 7 tonight, the message will become a string of garbled characters that can only be decrypted by your friends device, and the X platform or others cannot see it. Audio and video calls may also use similar methods to protect the content of the call from being eavesdropped.

Digital signature: Prove that the message was sent by you XChat may use digital signature technology similar to ECDSA to ensure that the source of the message is credible. For example, if you send a contract document, XChat will sign it with your private key. After receiving it, your friends can verify it with your public key to confirm that the document was sent by you and has not been tampered with.

Destroy after reading: encryption + timed destruction The disappearing message function may combine encryption and timed destruction mechanisms. After the message is encrypted, only the recipient can see it, and the server will automatically delete it after a specified time (such as 10 minutes). Even if the device is hacked, the historical messages cannot be found.

File transfer: tamper-proof fingerprint When transferring files, XChat may use SHA-256 to generate the hash value (fingerprint) of the file. After the friend receives the file, the system will automatically verify the fingerprint to ensure that the file has not been tampered with in the middle.

As for what development language to use, RUST or something else, the author is not from a technical background so I will not interpret it in detail here.

More than just chatting The launch of XChat is more than just a chat tool.

Musk has always wanted to turn X into an everything app (super app), similar to the WeChat we often use.

Clues can be seen from some of his actions, such as first acquiring Twitter, then borrowing many functions from WeChat, integrating Grok AI, and so on.

With the gradual passage of the US Stablecoin Act and the formation of a crypto-friendly environment, we have reason to expect the emergence of payment-related functions, such as XPay.

WeChats success in China is based on social relationships and strong stickiness, integrating chat, payment, taxi, shopping and other functions. If XChat can integrate payment (XPay), AI assistant (Grok 3), social (X platform community function), and add strong privacy protection, it is entirely possible to become the super WeChat of the West.

Finally, is the term “Bitcoin-style encryption” really that unique? Not necessarily.

Technologies such as elliptic curve cryptography (ECC), digital signature (ECDSA), and hash algorithm (SHA-256) are no longer exclusive to Bitcoin.

Many security applications use similar technologies, such as WhatsApp and Signal’s end-to-end encryption, which also relies on ECC and hashing algorithms; Apple’s iMessage even adopted ECC in the 2010s. Although Bitcoin’s encryption technology is reliable, it is more like an “industry standard” and does not have much originality.

Musks choice of the expression Bitcoin style is more likely due to marketing considerations. As a synonymous with cryptocurrency, Bitcoin comes with its own traffic and trust aura.

But the more pro-crypto statements there are, the happier we are.

In the context of attention tokenization, more features and gameplay from X and Musk are also worth looking forward to.

This article is sourced from the internet: Musk is working on XChat. What exactly is the Bitcoin-style encryption architecture?

Phân tích #© 版权声明Mảng 上一 hình ảnh Four major changes in the global cryptocurrency market after the South Korean presidential election 下一 hình ảnh 24H Hot Coins and News | Ethereum Foundation announces reorganization of RD team and layoffs; SharpLink Gaming completes 相关文章 24H Hot Coins and News | Trump selects mainstream coins such as XRP, SOL and ADA to join the strategic reserve of crypto 6086cf14eb90bc67ca4fc62b 434.429 262 Newsom wants to issue “Trump corruption currency”. How many “outrageous actions” will the new US president perform after 6086cf14eb90bc67ca4fc62b 21.962 Christmas Crash: Analysis of the Trust Wallet Extended Wallet Hacking 6086cf14eb90bc67ca4fc62b 18.200 1 BitMart Insights: November Crypto Market Review and Hot Topic Analysis 6086cf14eb90bc67ca4fc62b 15.234 1 Alt5 Sigma faces delisting crisis after changing auditors three times in six weeks and struggling to produce its financi 6086cf14eb90bc67ca4fc62b 17.428 3 Launched today, how much should WLFI be worth?Recommended Articles 6086cf14eb90bc67ca4fc62b 23.969 4 Miễn bình luận Bạn phải đăng nhập để co thể để lại một lơi nhận xét! Đăng nhập ngay lập tức Miễn bình luận... Bee.com Cổng thông tin Web3 lớn nhất thế giới Đối tác đồng xuCá chép Binance CoinMarketCap CoinGecko Coinlive Giáp Tải xuống Bee Network APP và bắt đầu hành trình web3 Giấy trắng Vai trò Câu hỏi thường gặp © 2021–2026. Tất cả quyền được bảo lưu. Chính sách bảo mật | Điều khoản dịch vụ Tải xuống ứng dụng Bee Network và bắt đầu hành trình web3 Cổng thông tin Web3 lớn nhất thế giới Đối tác CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors Giấy trắng Vai trò Câu hỏi thường gặp © 2021–2026. Tất cả quyền được bảo lưu. Chính sách bảo mật | Điều khoản dịch vụ Tìm kiếm Tìm kiếmTrong trang webOnChainXã hộiTin tức 热门推荐: Thợ săn airdrop Phân tích dữ liệu Người nổi tiếng về tiền điện tử Máy dò bẫy Tiếng Việt English 繁體中文 简体中文 日本語 العربية 한국어 Bahasa Indonesia हिन्दी اردو Русский Tiếng Việt

智能索引记录