Difference between revisions of "Cloakshield/vi"

From CloakCoin Wiki
Jump to: navigation, search
(Created page with "Khi khởi động, mỗi ví Cloak tạo ra một cặp khóa [NID_secp256k1] (Cloaking Encryption Key / CEK) cho phép chúng lấy được các bí mật đặc biệt b...")
(Created page with "Khi định tuyến onion routing được kích hoạt, máy khách sẽ cố gắng xây dựng một onion route hợp lệ cho dữ liệu bằng cách sử dụng danh s...")
Line 6: Line 6:
 
CloakShield sử dụng mã hóa đầu cuối và cung cấp liên lạc an toàn, cho phép các node phá vỡ phân tích lưu lượng truy cập.
 
CloakShield sử dụng mã hóa đầu cuối và cung cấp liên lạc an toàn, cho phép các node phá vỡ phân tích lưu lượng truy cập.
  
When onion routing is enabled, the client will attempt to construct a valid onion route for the data using the list of Enigma peers that it is aware of. The node may not have a direct connection to the Enigma peers, but that is not necessary as CloakData (data packed for routing with CloakShield) packets are relayed peer-to-peer. An onion route will typically consist of 3 distinct routes to the destination node, with 3 node hops per route. Multiple routes are used to cope with situations where a routing node drops offline.
+
Khi định tuyến onion routing được kích hoạt, máy khách sẽ cố gắng xây dựng một onion route hợp lệ cho dữ liệu bằng cách sử dụng danh sách các máy ngang hàng Enigma mà nó nhận diện được. Node có thể không có kết nối trực tiếp đến các máy ngang hàng Enigma, nhưng điều đó không cần thiết vì các gói dữ liệu CloakData (dữ liệu được đóng gói để định tuyến bằng CloakShield) được chuyển tiếp ngang hàng. Một onion route thường sẽ bao gồm 3 route riêng biệt đến node đích, với 3 node nhảy trên một route. Nhiều route được sử dụng để đối phó với các tình huống mà ở đó node định tuyến trở thành ngoại tuyến.
  
 
Nodes periodically send out an Enigma Announcement to peers to advertise their services for onion routing. Other nodes on the network store the announcements (until they expire or are replaced with an update) and use them to construct the onion routes.
 
Nodes periodically send out an Enigma Announcement to peers to advertise their services for onion routing. Other nodes on the network store the announcements (until they expire or are replaced with an update) and use them to construct the onion routes.

Revision as of 01:44, 1 December 2018

Other languages:
English • ‎Tiếng Việt • ‎Türkçe • ‎español • ‎português • ‎中文(中国大陆)‎
CloakShield Logo

CloakShield - giao tiếp node với node - là một hoạt động định tuyến onion routing cho lưu lượng mạng của CloakCoin.

Khi khởi động, mỗi ví Cloak tạo ra một cặp khóa [NID_secp256k1] (Cloaking Encryption Key / CEK) cho phép chúng lấy được các bí mật đặc biệt bằng cách sử dụng ECDH với khóa riêng tư của chúng và khóa công khai của người nhận. Giao tiếp này tạo cơ sở cho tất cả các giao tiếp node với node liên quan đến Enigma. Giao tiếp mã hóa dựa trên ECDH này cũng được sử dụng cho dữ liệu định tuyến onion routing, được xử lý bởi CloakShield. CloakShield sử dụng mã hóa đầu cuối và cung cấp liên lạc an toàn, cho phép các node phá vỡ phân tích lưu lượng truy cập.

Khi định tuyến onion routing được kích hoạt, máy khách sẽ cố gắng xây dựng một onion route hợp lệ cho dữ liệu bằng cách sử dụng danh sách các máy ngang hàng Enigma mà nó nhận diện được. Node có thể không có kết nối trực tiếp đến các máy ngang hàng Enigma, nhưng điều đó không cần thiết vì các gói dữ liệu CloakData (dữ liệu được đóng gói để định tuyến bằng CloakShield) được chuyển tiếp ngang hàng. Một onion route thường sẽ bao gồm 3 route riêng biệt đến node đích, với 3 node nhảy trên một route. Nhiều route được sử dụng để đối phó với các tình huống mà ở đó node định tuyến trở thành ngoại tuyến.

Nodes periodically send out an Enigma Announcement to peers to advertise their services for onion routing. Other nodes on the network store the announcements (until they expire or are replaced with an update) and use them to construct the onion routes.

Combined with Enigma, it is designed for privacy, utilizing up to 25 hops using symmetric RSA encryption backed by an ECDH key exchange. This means all network traffic in a ENIGMA transaction is impossible to monitor or trace.



Cloakshield Onion Routing
  • Uses end-to-end encryption and provides secure communication
  • Designed to secure both ENIGMA and decentralized CloakCoin applications, and will ensure your data stays as private as possible.
  • Allows the encrypted sending of data to one or more recipients.
  • Allows any CloakCoin data objects to be serialized and transmitted securely to one or more recipients.
  • Allows nodes to communicate indirectly to circumvent traffic analysis.
  • Provides an onion routing network and you can use up to 25 hops!





C0.png
Free of Copyright Restrictions.