Update: 2025-11-28  Visitor: 0000776175
:::

Featureless-Secure Encryption System for IOT

Organization | MIRDC
Awards | 2025 Edison Awards (Bronze)
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet" /><!-- International Awards Detail Page --> <div class="award-detail-wrapper"><!-- Award Basic Information --> <div class="award-header-section"> <div class="award-basic-info">&nbsp;</div> </div> <!-- Main Content Section -->  <div class="award-content-section"><!-- Award Achievement Image --> <div class="award-image-section"> <div class="award-main-image"><img alt="Dual-Phase Hydrogel" src="/MNSAdmin/webeditor/upload_temp/image/44503/2025_Dual-Phase Hydrogel.jpg" /></div> </div> <!-- Achievement Description -->  <div class="award-description-section"> <div class="description-content"> <p>The Dual-Phase Hydrogel is an injectable biomaterial that gels at body temperature, preventing post-operative adhesions and enabling accelerated cell growth to facilitate faster recovery. Its unique gel formation extends the therapeutic effects of wound-healing factors for up to 30 days, significantly outperforming traditional hydrogels that are quickly broken down by the body.</p>  <p>The temperature-sensitive feature allows the Dual-Phase Hydrogel to work as a drug delivery system for accelerating wound healing. The biomaterial turns into a colloid within a minute of injection, and its high viscosity makes it suitable to treat wounds longer, preventing post-surgical adhesions and severe pain. The product biodegrades into water or urine over time.</p>  <p>Dual-Phase Hydrogel, when in a liquid state, can be easily administered by injection, minimizing the risk and complications incurred by surgical interventions. It can be applied to hard-to-reach injury sites such as joints and spine. When in its gelatinous state, the Dual-Phase Hydrogel maintains long-term therapeutic effects since it can occupy the wounded area longer than traditional hydrogels. Depending on the disease, its degradation rate is adjustable, with effects lasting up to 30 days. Currently, no spinal anti-adhesion products have received US FDA approval; however, the Dual-Phase Hydrogel, with an FDA Master File for Devices (MAF), now offers an effective and safe treatment for patients after spinal surgery.</p>  <p>The Dual-Phase Hydrogel provides a revolutionary solution for healing, significantly relieving the pain of patients suffering from diseases such as lumbar laminectomy, knee osteoarthritis, and bone fracture. Its longer residence at the injury site (up to a month) can enhance wound care and avoid repeated injections. It also eliminates the need for open surgery and its risks. With further development of this product, significant medical costs can be saved for both patients and hospitals. Meanwhile, individuals&#39; wellness is greatly improved by this minimally invasive innovation. In collaboration with the University of Georgia, ITRI has successfully introduced Dual-Phase Hydrogel to the US market to treat bone fractures in dogs and cats.</p> </div> <!-- Achievement Video Section -->  <div class="award-video-section"> <h2 class="section-title" style="text-align: center;">Technology Demonstration Video</h2>  <div class="video-container"> <div class="video-thumbnail"><a class="video-link" href="https://www.youtube.com/watch?v=g0zNRRDdzaA" target="_blank" title="Open new window"><img alt="Dual-Phase Hydrogel Video" src="/MNSAdmin/webeditor/upload_temp/image/44503/2025_Dual-Phase Hydrogel-video.jpg" /> </a>  <div class="play-icon"><a class="video-link" href="https://www.youtube.com/watch?v=g0zNRRDdzaA" target="_blank" title="Open new window"><svg fill="none" height="80" viewbox="0 0 80 80" width="80"> <circle cx="40" cy="40" fill="rgba(0, 0, 0, 0.7)" r="40"></circle> <circle cx="40" cy="40" fill="none" r="38" stroke="white" stroke-width="2"></circle> <polygon fill="white" points="32,28 32,52 56,40"></polygon> </svg> </a></div> </div> </div> </div> </div> </div> </div> <style type="text/css">/* International Awards Detail Page Styles */ * {     margin: 0;     padding: 0;     box-sizing: border-box; }  body {     font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;     line-height: 1.6;     color: #0f172a; }  .award-detail-wrapper {     width: 100%;     max-width: 1000px;     margin: 0 auto;     padding: 20px;     color: #0f172a;     background: #ffffff;     box-sizing: border-box; }  /* Award Basic Information Section */ .award-header-section {     margin-bottom: 40px; }  .award-basic-info {     display: flex;     align-items: center;     gap: 8px;     font-size: 1.1rem;     font-weight: 700;     color: #8b4513;     margin-bottom: 24px;     text-transform: uppercase;     letter-spacing: 0.05em; }  .award-basic-info img {     width: 20px;     height: 20px; }  .award-main-title {     font-size: 2rem;     font-weight: 700;     color: #0f172a;     line-height: 1.3;     margin: 0;     letter-spacing: -0.02em; }  /* Main Content Section */ .award-content-section {     display: flex;     flex-direction: column;     gap: 48px; }  /* Award Achievement Image Section - 修改為80%尺寸並置中 */ .award-image-section {     width: 100%;     display: flex;     justify-content: center; }  .award-main-image {     width: 80%;     max-width: 800px;     border-radius: 20px;     overflow: hidden;     box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);     transition: transform 0.3s ease; }  .award-main-image:hover {     transform: translateY(-4px); }  .award-main-image img {     width: 100%;     height: auto;     display: block;     aspect-ratio: 16/10;     object-fit: cover; }  /* Achievement Description Section */ .award-description-section {     width: 100%; }  .section-title {     font-size: 1.2rem;     font-weight: 800;     color: #0f172a;     margin: 0 0 24px 0;     padding-bottom: 12px;     border-bottom: 3px solid;     border-image: linear-gradient(90deg, #3b82f6, #10b981) 1; }  .description-content {     margin-bottom: 40px; }  .description-content p {     font-size: 1.05rem;     color: #374151;     line-height: 1.8;     margin-bottom: 20px;     text-align: justify; }  .description-content p:last-child {     margin-bottom: 0; }  /* Core Technical Features */ .tech-features {     display: grid;     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));     gap: 24px;     margin-top: 32px; }  .feature-item {     background: #f8fafc;     border: 1px solid #e2e8f0;     border-radius: 16px;     padding: 24px;     transition: all 0.3s ease; }  .feature-item:hover {     background: white;     border-color: #3b82f6;     box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);     transform: translateY(-2px); }  .feature-icon {     width: 48px;     height: 48px;     background: linear-gradient(135deg, #3b82f6, #1e40af);     border-radius: 12px;     display: flex;     align-items: center;     justify-content: center;     margin-bottom: 16px;     transition: all 0.3s ease; }  .feature-item:hover .feature-icon {     background: linear-gradient(135deg, #1e40af, #1e3a8a); }  .feature-icon svg {     width: 24px;     height: 24px;     color: white; }  .feature-content h3 {     font-size: 1.1rem;     font-weight: 700;     color: #0f172a;     margin: 0 0 8px 0; }  .feature-content p {     font-size: 0.95rem;     color: #64748b;     line-height: 1.6;     margin: 0; }  /* Achievement Video Section */ .award-video-section {     width: 100%; }  .video-container {     margin-top: 24px;     display: flex;     justify-content: center; }  .video-thumbnail {     position: relative;     width: 80%;     aspect-ratio: 16/9;     overflow: hidden;     background: white;     border: 1px solid #e2e8f0;     border-radius: 20px;     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);     transition: all 0.3s ease; }  .video-thumbnail:hover {     border-color: #3b82f6;     box-shadow: 0 12px 35px rgba(59, 130, 246, 0.15);     transform: translateY(-4px); }  .video-link {     display: block;     text-decoration: none;     color: inherit;     width: 100%;     height: 100%; }  .video-thumbnail img {     width: 100%;     height: 100%;     object-fit: cover;     transition: transform 0.3s ease; }  .video-thumbnail:hover img {     transform: scale(1.05); }  /* 播放圖示 */ .play-icon {     position: absolute;     top: 50%;     left: 50%;     transform: translate(-50%, -50%);     transition: all 0.3s ease;     opacity: 0.9;     z-index: 10; }  .video-thumbnail:hover .play-icon {     transform: translate(-50%, -50%) scale(1.1);     opacity: 1; }  .play-icon svg {     width: 64px;     height: 64px;     filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3)); }  /* Responsive Design */ @media (max-width: 768px) {     .award-detail-wrapper {         padding: 16px;     }          .award-main-image {         width: 90%;     }      .video-thumbnail {         width: 90%;     }      .play-icon svg {         width: 48px;         height: 48px;     }          .award-main-title {         font-size: 1.5rem;     }          .section-title {         font-size: 1.3rem;     }          .description-content p {         font-size: 1rem;     }          .tech-features {         grid-template-columns: 1fr;         gap: 20px;     }          .feature-item {         padding: 20px;     }          .award-content-section {         gap: 32px;     } }  @media (max-width: 480px) {     .award-basic-info {         font-size: 1rem;     }          .award-main-image {         width: 100%;     }      .video-thumbnail {         width: 100%;     }      .play-icon svg {         width: 40px;         height: 40px;     }          .award-main-title {         font-size: 1.3rem;     }          .section-title {         font-size: 1.2rem;     } } </style>

In an era where cybersecurity has become a core focus of global industrial development, the MIRDC once again demonstrates Taiwan's innovation strength in information security. Its self-developed "Featureless-Secure Encryption System for IoT (FSESI)" has been honored with the Bronze Award at the 2025 Edison Awards for Innovation. The technology overcomes long-standing limitations of chaotic encryption, offering a revolutionary solution for secure data transmission across IoT and international digital infrastructure.

Chaotic encryption, known for its high randomness and theoretical unbreakability, has long been viewed as a promising approach to data security. However, its real-world application has been hindered by sensitive parameter dependencies, complex key management, high computational costs, and data length constraints. With FSESI, MIRDC has addressed these challenges by creating a next-generation encryption system featuring untraceable, high-entropy keys, a lightweight algorithm, and real-time synchronized encryption and decryption. This dramatically enhances both the practicality and security of chaotic encryption.

At the core of FSESI is the use of multiple dynamically selected chaotic systems to generate keys that closely approximate true randomness. A specially designed sliding synchronization algorithm enables the rapid convergence of encryption and decryption systems, instantly generating identical key streams on both ends without requiring key transmission. This eliminates one of the most vulnerable points in traditional encryption: the key exchange process.

Technically, FSESI also discretizes the continuous differential equations of chaotic systems and applies carefully selected parameters, reducing computational load by approximately 60%. This significantly lowers CPU/GPU resource consumption, enabling high-performance, low-power encryption protection. Meanwhile, encrypted data undergoes dynamic random topic transformation, making it completely unidentifiable during transmission and highly resistant to data interception and reverse engineering.

FSESI is particularly suitable for environments requiring secure, synchronized communication across multiple devices and domains-such as IoT systems, blockchain nodes, drones, intelligent transportation, and medical data transmission. The system has already passed real-world validation through field testing with metal product manufacturers and equipment suppliers. It has also been successfully licensed to automation service integrators, helping manufacturing sectors strengthen the cybersecurity of their operational technology (OT) systems.

More than just an evolution in encryption technology, FSESI represents a paradigm shift in cybersecurity-from identity-based defense to stealth-based protection. With its dynamic, featureless, and decentralized security architecture, FSESI offers robust defense against modern threats while preserving data privacy across digital ecosystems. Looking ahead, the system will continue expanding into global applications in manufacturing, healthcare, and smart cities, supporting industries in achieving higher levels of digital trust and security resilience.

Technology Demonstration Video

Last update: 2025-11-21

Go Back Top