← Latest papers
🔢 mathematics

Asymptotically Ideal Hierarchical Secret Sharing Based on CRT for Integer Ring

This paper proposes two secure, asymptotically ideal hierarchical secret sharing schemes based on the Chinese Remainder Theorem for integer rings and one-way functions, which overcome the security flaws and low information rates of existing CRT-based approaches by supporting flexible share sizes and distinct participant privileges.

Original authors: Jian Ding, Cheng Wang, Hongju Li, Cheng Shu, Haifeng Yu

Published 2026-03-24
📖 6 min read🧠 Deep dive

Original authors: Jian Ding, Cheng Wang, Hongju Li, Cheng Shu, Haifeng Yu

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are the guardian of a massive, world-changing secret: the combination to a vault containing the cure for a disease, or perhaps the launch codes for a satellite. You can't just write it down and hide it in a box; if that box is stolen, the game is over. So, you decide to split the secret into pieces and give them to a team of trusted people.

This is the basic idea of Secret Sharing.

The Problem: Not Everyone is Equal

In the old-school way of doing this (called Shamir's scheme), everyone on the team is treated exactly the same. If you need 5 people to open the vault, it doesn't matter who those 5 are. A junior intern has the same power as the CEO.

But in the real world, that's not how things work.

  • The CEO should be able to unlock the vault with fewer people than a Junior Intern.
  • The Security Chief might need to be present, but maybe they don't need 5 other people; maybe just 2.

This is where Hierarchical Secret Sharing (HSS) comes in. It's like a corporate ladder for secrets. You have different levels of authority, and different combinations of people are needed to unlock the secret depending on who is in the room.

The Flaw in Previous Attempts

Scientists have tried to build these "ladder" systems before, but they had two big problems:

  1. Security Leaks: Some designs were like a sieve; if a bad actor got enough pieces, they could figure out the secret even if they weren't supposed to.
  2. Inefficiency: To make it secure, the "pieces" (shares) had to be huge. Imagine if the secret was a single word, but the pieces you had to carry around were the size of a whole encyclopedia. This is called a low "information rate."

The New Solution: The "Magic Number" and the "One-Way Door"

The authors of this paper, Jian Ding and his team, have built a new system that fixes both problems. They used two main tools:

1. The Chinese Remainder Theorem (The "Magic Number" Puzzle)

Think of the secret as a number. The Chinese Remainder Theorem (CRT) is a mathematical magic trick that says: If you know the remainders of a number when divided by several different prime numbers, you can figure out the original number.

  • The Analogy: Imagine you have a mystery number. You tell Person A, "When you divide my number by 3, the remainder is 2." You tell Person B, "When you divide it by 5, the remainder is 4."
  • If you have enough people (enough prime numbers), you can mathematically reconstruct the mystery number.
  • If you don't have enough people, the number could be anything. It's a perfect lock.

The authors use a special type of these prime numbers (called k-compact sequences) that are very close in size. This allows them to make the "pieces" (shares) almost the same size as the secret itself, making the system highly efficient.

2. One-Way Functions (The "One-Way Door")

This is the security guard. A one-way function is like a blender. You can put fruit in and get juice (easy), but you can't take the juice and turn it back into the original fruit (impossible).

  • How they use it: The dealer (the person splitting the secret) mixes the secret with a random number and runs it through this "blender" (the one-way function) before handing out the pieces.
  • The Result: Even if a group of unauthorized people gathers all their pieces, they can't reverse the blender to find the secret. They are stuck with a jumbled mess that looks like random noise.

How the Hierarchy Works (The "Disjunctive" vs. "Conjunctive" Ladders)

The paper actually proposes two versions of this system, like two different ways to organize a company:

1. The "Disjunctive" Scheme (The "OR" Ladder)

  • The Rule: "You can open the vault if you have EITHER 3 CEOs OR 5 Managers OR 10 Interns."
  • The Metaphor: Think of it as having multiple keys to the same door. If you have the "CEO Key" (3 people), you're in. If you don't, you need the "Manager Key" (5 people). You don't need both sets of keys; just one group is enough.
  • The Innovation: Previous versions of this were either insecure or required huge data. This new version is secure and tiny.

2. The "Conjunctive" Scheme (The "AND" Ladder)

  • The Rule: "You can open the vault ONLY IF you have 3 CEOs AND 5 Managers AND 10 Interns."
  • The Metaphor: This is like a bank vault that requires three different people to turn three different dials simultaneously. You can't skip a step. You need the high-level authority plus the mid-level authority plus the low-level authority.
  • The Innovation: Again, previous versions were clunky or insecure. This new version is sleek, secure, and efficient.

Why This Matters: "Asymptotically Ideal"

The paper uses a fancy term: Asymptotically Ideal. Let's break that down:

  • Ideal: The piece of the secret you hold is exactly the same size as the secret itself. (1 bit of secret = 1 bit of share). This is the most efficient possible.
  • Asymptotically: As the secret gets bigger and bigger (like going from a password to a whole novel), the system gets closer and closer to being "Ideal."

In simple terms:
Imagine you are sending a message.

  • Old systems: To send a 1-page letter, you had to mail 10 pages of "envelope" and "padding" to make it secure.
  • This new system: To send a 1-page letter, you mail 1.0001 pages. To send a 1,000-page book, you mail 1,000.0001 pages. It's almost perfectly efficient, and it's mathematically proven to be unbreakable by unauthorized groups.

The Bottom Line

Jian Ding and his team have built a secure, efficient, and flexible way to share secrets among teams with different power levels. They solved the problem of "how do we make sure the boss has more power than the intern without making the system slow or leaky?" by combining ancient number theory (CRT) with modern cryptography (one-way functions).

It's like upgrading from a rusty, heavy iron key to a sleek, digital smart-card that works perfectly for everyone, from the CEO down to the intern.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →