JCST 2025年 区块链论文 录用汇总

article/2025/6/20 19:16:37

图片

Conference:Journal of Computer Science and Technology (JCST)

CCF level:CCF B

Categories:交叉/综合/新兴

Year:2025(截止4.19)

JCST 2024年 区块链论文 录用汇总

1

Title: 

An Understandable Cross-Chain Authentication Mechanism for JointCloud Computing

一种易于理解的联合云计算跨链认证机制

Authors

图片

Key words:

Blockchain, JointCloud Computing, Smart contract, Cross-chain data authentication, Accountability

区块链、联合云计算、智能合约、跨链数据认证、问责制

Abstract

JointCloud Computing is a new computing paradigm that supports cloud services to achieve mutually beneficial outcomes. A key component of this model is jointcloud computing distributed ledger, which ensures trust among cloud entities with diverse interests by providing digital space evidence. Blockchain forms the foundation of this framework, and its adoption is growing in various fields to optimize workflows. However, challenges related to blockchain interoperability and cross-chain data authentication remain unresolved, hindering the broader establishment of trust among cloud entities. This paper focuses on the specific scenario of cross-chain data authentication and provides a secure and easy-to-deploy solution. Drawing on the concepts of relay chain and notary mechanism in cross-chain methods, our solution leverages smart contracts and on-chain proofs to ensure security, thereby reducing the reliance on relay nodes. In cases of data falsification, our approach offers mechanisms for accountability and data revocation, further enhancing security. Additionally, participating blockchains do not need to alter their data structures or network compositions for authentication, which makes the solution easy to deploy. Experimental results demonstrate that our design can be easily deployed on both homogeneous and heterogeneous blockchains. While maintaining performance comparable to existing solutions, it significantly enhances system security. In the event of data falsification, the solution can quickly hold individuals accountable and eliminate the impact of falsified data, reducing the time to mitigate the impact by half compared to other solutions.

联合云计算是一种新的计算范式,旨在支持云服务实现互利共赢。该模型的关键组成部分是联合云计算分布式账本,它通过提供数字空间证据来确保不同利益云实体之间的信任。区块链构成了该框架的基础,其在各个领域的应用日益广泛,以优化工作流程。然而,与区块链互操作性和跨链数据认证相关的挑战仍未得到解决,阻碍了云实体之间更广泛地建立信任。本文重点关注跨链数据认证的具体场景,并提供了一种安全且易于部署的解决方案。我们的解决方案借鉴了跨链方法中的中继链和公证人机制的概念,利用智能合约和链上证明来确保安全性,从而减少对中继节点的依赖。在数据造假的情况下,我们的方法提供了问责和数据撤销机制,进一步增强了安全性。此外,参与的区块链无需更改其数据结构或网络组成即可进行身份验证,这使得该解决方案易于部署。实验结果表明,我们的设计可以轻松部署在同构和异构区块链上。在保持与现有解决方案相当的性能的同时,显著提升了系统安全性。一旦发生数据造假,该解决方案可以迅速追究相关责任,消除造假数据的影响,与其他解决方案相比,缓解影响所需的时间缩短了一半。

链接:

https://jcst.ict.ac.cn/article/doi/10.1007/s11390-025-4733-4

2

Title: 

Performance Modeling and Testing of DAG-based Distributed Ledger Systems

基于DAG的分布式账本系统性能建模与测试

Authors

图片

Key words:

Distributed Ledger System, Blockchain, DAG, Performance Testing, Performance Modeling

分布式账本系统、区块链、DAG、性能测试、性能建模

Abstract

Performance is a major concern of the large-scale application of DLS (distributed ledger system). Compared with chain-based DLSs, DAG (directed acyclic graph) based DLSs are promising to enhance transaction parallel processing capabilities greatly and have gained increasing interest. However, due to the complex technology stack, current metrics, such as TPS (transactions per second) and latency, are insufficient for a deep understanding of DAG-based DLS performance. To address this problem, based on a comprehensive analysis of the transaction lifecycle process, we propose a state model and a set of performance indicators by identifying the key operations in the workflow. Then we develop an automated testing tool and conduct experiments on two representative open-source systems, IOTA and Conflux, considering their open-source nature, extensive documentation, and representativeness. The experiments profile the DAG-based DLS performance with respect to the system architecture, DAG topology, runtime behavior, and DAG processing mechanisms. The state model, indicators, and key experiment findings are valuable for future DLS design, deployment, and performance optimization. 

性能是分布式账本系统 (DLS) 大规模应用的一大难题。与基于链式结构的 DLS 相比,基于有向无环图 (DAG) 的 DLS 有望大幅提升交易并行处理能力,并日益受到关注。然而,由于技术栈复杂,目前 TPS(每秒交易数)和延迟等指标不足以深入理解基于 DAG 的 DLS 的性能。为了解决这一问题,我们在全面分析交易生命周期流程的基础上,通过识别工作流中的关键操作,提出了一个状态模型和一组性能指标。然后,我们开发了一个自动化测试工具,并在两个具有代表性的开源系统 IOTA 和 Conflux 上进行了实验,考虑到它们的开源特性、丰富的文档和代表性。实验从系统架构、DAG 拓扑结构、运行时行为和 DAG 处理机制等方面分析了基于 DAG 的 DLS 的性能。状态模型、指标和关键实验结果对于未来 DLS 的设计、部署和性能优化具有重要意义。

链接:

https://jcst.ict.ac.cn/article/doi/10.1007/s11390-025-4616-8

3

Title: 

Key-Policy Attribute-Based Encryption Based on SM9

基于SM9的密钥策略属性加密

Authors

图片

Key words:

key-policy attribute-based encryption, large universe, SM9, selective-set model

密钥策略属性加密、大宇宙、SM9、选择集模型

Abstract

Attribute-based encryption (ABE) is a type of encryption derived from identity-based encryption, implementing access control over encrypted data based on attributes rather than on specific identities. SM9 is the Chinese national standard for identity-based cryptography. This paper presents two novel key-policy attribute-based encryption (KP-ABE) designs based on SM9. The first scheme operates in a small attribute universe, while the second scheme caters to a large universe where the size of public parameters is only proportional to the maximum number of attributes used for encryption. Both schemes have a similar private-key/ciphertext structure to the original SM9 identity-based encryption algorithm, enabling effective integration into information systems built on SM9. Further, both schemes are selectively secure under the -GDDHE assumption. Extensive experiments show that both schemes are comparable to other classical KP-ABE schemes, in terms of the communication and computational costs. We believe the proposed schemes will expedite the implementation of SM9 in distributed computing systems such as cloud computing and blockchain.

基于属性的加密 (ABE) 是一种源自基于身份的加密算法,基于属性而非特定身份对加密数据进行访问控制的加密算法。SM9 是中国基于身份的密码体制的国家标准。本文基于 SM9 提出了两种新的密钥策略属性加密 (KP-ABE) 设计方案。第一种方案适用于较小的属性域,而第二种方案适用于较大的属性域,其中公共参数的大小仅与用于加密的最大属性数量成正比。这两种方案都具有与原始 SM9 基于身份的加密算法类似的私钥/密文结构,从而能够有效地集成到基于 SM9 构建的信息系统中。此外,这两种方案在 (f,g)-GDDHE 假设下均具有选择性安全性。大量实验表明,这两种方案在通信和计算成本方面与其他经典的 KP-ABE 方案相当。我们相信,提出的方案将加速 SM9 在云计算和区块链等分布式计算系统中的实施。

链接:

https://jcst.ict.ac.cn/article/doi/10.1007/s11390-024-3726-z

4

Title: 

HI-SM3: High-Performance Implementation of SM3 Hash Function on Heterogeneous GPUs

HI-SM3:异构GPU上SM3哈希函数的高性能实现

Authors

图片

Key words:

SM3, Heterogeneous GPU, CUDA, Cryptographic Engineering

SM3、异构GPU、CUDA、密码工程

Abstract

Hash functions are essential in cryptographic primitives such as digital signatures, key exchanges, and blockchain technology. SM3, built upon the Merkle-Damgard structure, is a crucial element in Chinese commercial cryptographic schemes. With the growing presence of IoT devices and the rapid evolution of blockchain technology, optimizing hash function performance is critical. In this paper, we introduce an High-performance Implementation framework for accelerating the SM3 cryptography hash function, short for HI-SM3, using heterogeneous GPU parallel computing devices. HI-SM3 enhances hash algorithm implementation across four dimensions: parallelism, register utilization, memory access, and instruction efficiency, resulting in significant performance gains across various GPU platforms. Leveraging the NVIDIA RTX 4090 GPU, HI-SM3 achieves a remarkable peak performance of 454.74 GB/s, surpassing OpenSSL on a high-end server CPU (E5-2699V3) with 16 cores by over 150 times. On the Hygon DCU accelerator, a Chinese domestic graphics card, it achieves 113.77 GB/s. Furthermore, compared to the fastest known GPU-based SM3 implementation, HI-SM3 on the same GPU platform exhibits a 3.12x performance improvement. Even on embedded GPUs consuming less than 40W, HI-SM3 attains a throughput of 11.95 GB/s, four times faster than a server-level CPU. In summary, HI-SM3 provides a significant performance advantage, positioning it as a compelling solution for accelerating hash cryptography operations. 

哈希函数在数字签名、密钥交换和区块链技术等密码学原语中至关重要。基于Merkle-Damgard结构的SM3是我国商用密码方案中的关键元素。随着物联网设备的日益普及和区块链技术的快速发展,优化哈希函数性能至关重要。本文提出了一种基于异构GPU并行计算设备加速SM3密码哈希函数的高性能实现框架(HI-SM3)。HI-SM3从并行性、寄存器利用率、内存访问和指令效率四个维度提升了哈希算法的实现,从而显著提升了跨GPU平台的性能。基于NVIDIA RTX 4090 GPU,HI-SM3实现了454.74 GB/s的惊人峰值性能,在16核高端服务器CPU(E5-2699V3)上的性能超越OpenSSL 150多倍。在国产显卡海光 DCU 加速器上,其吞吐量达到 113.77 GB/s。此外,与目前已知的最快的基于 GPU 的 SM3 实现相比,在同一 GPU 平台上的 HI-SM3 性能提升了 3.12 倍。即使在功耗低于 40W 的嵌入式 GPU 上,HI-SM3 也能达到 11.95 GB/s 的吞吐量,比服务器级 CPU 快四倍。总而言之,HI-SM3 提供了显著的性能优势,使其成为加速哈希加密操作的理想解决方案。

链接:

https://jcst.ict.ac.cn/article/doi/10.1007/s11390-025-4285-7


http://www.hkcw.cn/article/CXDHTiiuva.shtml

相关文章

【区块链】零知识证明:加密世界的隐私守护者

🌈个人主页: 鑫宝Code 🔥热门专栏: 闲话杂谈| 炫酷HTML | JavaScript基础 ​💫个人格言: "如无必要,勿增实体" 文章目录 零知识证明:加密世界的隐私守护者引言零知识证明的基本概念经典比喻:洞穴问题零知识证明的三个关键特性零知识证明的核心原理交互…

数字货币市场历史数据获取API(含源代码)

加密数字货币市场历史数据获取API(含源代码) 数字货币市场历史数据获取API(含源代码)1. Binance API运行结果BTCUSDT.csv 文件截图 2. CoinGecko API3. CryptoCompare API总结 数字货币市场历史数据获取API(含源代码&a…

Java 大视界 -- Java 大数据在智能金融区块链智能合约审计与风险防范中的应用(276)

💖亲爱的朋友们,热烈欢迎来到 青云交的博客!能与诸位在此相逢,我倍感荣幸。在这飞速更迭的时代,我们都渴望一方心灵净土,而 我的博客 正是这样温暖的所在。这里为你呈上趣味与实用兼具的知识,也…

常见区块链数据模型介绍

除了加密技术和共识算法,区块链技术还依赖于一种数据模型,它决定了信息如何被结构化、验证和存储。数据模型定义了账户如何管理,状态转换如何发生,以及用户和开发者如何与系统交互。 在区块链技术的短暂历史中,数据…

大连警方:男子杀害2名日本人被刑拘 因商业矛盾引发

大连警方:男子杀害2名日本人被刑拘 因商业矛盾引发!大连公安局于6月3日通报,5月23日在普兰店区大刘家街道辖内发生一起致两人死亡的刑事案件。次日,警方成功抓获犯罪嫌疑人袁某功,其为42岁中国籍男子,长期居住在日本。经过调查,案件起因是袁某功与两名被害人在日本期间因…

救援队深山生死营救58岁老人 6天5夜不懈努力

救援队深山生死营救58岁老人 6天5夜不懈努力!5月27日,一名58岁的湖南大妈在浙江省温州市鹿城区仰义教堂附近上山后失联。家属和多支救援队连续搜寻多日未果。据了解,这位大妈患有阿尔茨海默病。6月1日上午8时,温州市黑马救援队接到鹿城区公安分局指挥中心的指令后,立即组织…

这几种“奇葩果”买了就后悔 尝鲜需谨慎

这几种“奇葩果”买了就后悔 尝鲜需谨慎!水果世界总是充满新奇,但有些“奇葩果”却让消费者在尝鲜后感到失望。比如拇指西瓜,外观像迷你版的小西瓜,十分可爱。然而品尝时却发现它并没有西瓜的清甜多汁,口感更像黄瓜,水分不足且籽多。价格比普通黄瓜贵不少,让人觉得不值。…

伊藤美诚拿着多哈世乒赛铜牌和家里的猫咪合影

伊藤美诚拿着多哈世乒赛铜牌和家里的猫咪合影,猫咪好可爱!责任编辑:zx0002

狗子住酒店每晚都要检查狗粮才肯睡 网友:这哪还是狗呀,比人都讲究

一男子带自己的宠物狗住酒店,每晚临睡前,狗狗都要亲自检查下自己的狗粮才肯去睡觉,检查的那个叫认真和仔细,主人不敢有丝毫的含糊和懈怠!这狗真是太“狗”了,简直要成“精”了,很多小孩都没它讲究!不是说好“解放后”不许动物成“精”吗?问题又来了,狗狗住酒店入住怎…

ER图递归关系画法,chen氏

应该是这样: 下面是Gemini的详解: 好的,我们来详细解释一下如何在Chen氏ER图中表示“是子板块 (IsSubCategoryOf)”这样的递归关系。 理解递归关系 首先,一个递归关系是指一个实体类型的实例可以与同一个实体类型的其他实例发生…

未来5年地球将遇“致命高温” 极端天气频发警报

2025年5月,热浪侵袭加尔各答。根据世界气象组织5月28日发布的最新气候报告,近五年间有80%的几率将出现有记录以来“最暖年份”,即这五年中至少有一年的全球平均气温将超过2024年刚创下的纪录。这份报告由英国气象局牵头编写。报告指出,2025年至2029年全球平均气温将继续徘徊…

发霉花生的毒性比砒霜还毒!女子称喝发霉花生奶像是鬼门关走一遭

6月1日湖南。一女子发视频,称家里的花生发霉后,自己舍不得丢掉,于是做了花生奶。结果喝了一碗后,感觉像是中毒了一样,头脑发昏。深圳卫健委:花生发霉之后会产生黄曲霉素,这是一种很强的致癌物,晒干或水煮都破坏不了。网友:对待食物要选择“断舍离”,否则会对身体造成…

钟南山说从小喝牛奶,喝牛奶有助长寿

九旬钟南山院士表示:“我从小喝牛奶,现在每天都会喝两杯,活得那么长,喝牛奶很有帮助。责任编辑:zx0002

老夫妻囤大量快递引火灾 冲动网购埋隐患

老夫妻囤大量快递引火灾!5月28日,上海一户居民家中突发火情。消防人员赶到现场时发现门被大量快递堵住。起火地点是厨房,火势不大且未蔓延开来,但消防员费了一番周折才进入厨房将火扑灭。这户人家住在20楼,居住的是一对八旬夫妻。消防员发现这对老夫妻家中堆积了上千件未拆…

八旬老伯家中起火上千件快递堵门 消防破门后震惊……

近年来越来越多的老年人也加入了网购大军但有些老年人却喜欢“只买不用”活生生将家变成“快递驿站”此前小坊就报道了上海一65岁的独居阿姨花了百万元网购但买回来的快递就压根没有拆开过囤积快递的行为不仅仅影响居住环境更会带来消防安全隐患↓↓↓最近家住齐齐哈尔路598弄3…

北方多地出现罕见粉色极光 梦幻粉紫点亮夜空

北方多地出现罕见粉色极光!6月2日,多位网友在黑龙江省密山市、佳木斯市等地拍摄到了罕见的粉色极光。这些极光将天空渲染成梦幻般的粉紫色,景象如梦如幻,宛若仙境。其中一位视频发布者表示,他在6月1日晚上9时左右开始在佳木斯市郊区福胜村江边拍摄,一直持续到次日凌晨1时…

阿汤哥《碟中谍8》海外首映礼现场!

阿汤哥《碟中谍8》海外首映礼现场。炸裂!《碟中谍8》戛纳首映,阿汤哥携众星杀疯了! 家人们,戛纳电影节这次直接被《碟中谍8》点燃了!当地时间,汤姆克鲁斯、西蒙佩吉 亮相红毯,阿汤哥宝刀未老,西装笔挺帅到炸,魅力直接拉满!惊喜的是,咱熟悉的演员温峥嵘也现身红毯,她…

张启楷:多促进两岸交流是正本之道!

张启楷:多促进两岸交流是正本之道。张启楷表示多促进两岸交流是正本之道,并指出民进党过度依赖美国军售,已花费200亿美金但武器尚未交货。张启楷:多促进两岸交流是正本之道责任编辑:0882

科比遗孀瓦妮莎否认怀孕 守护安宁享受夏天

北京时间6月2日,瓦妮莎布莱恩特在社交媒体上强烈反驳了有关她怀孕的传闻。科比与女儿吉安娜及其他七人在2020年1月的一场直升机坠毁事故中不幸丧生。五年多后,一些毫无根据的消息声称43岁的瓦妮莎怀上了第五个孩子。实际上,瓦妮莎和已故的科比共有四个女儿:22岁的娜塔莉亚、…

曼联将签姆贝乌莫搭档锋线 转会接近完成

布伦特福德球员姆贝乌莫接近加盟曼联。曼联已经准备好了6000万英镑,并就一份有效期至2030年、包含2031年选项的合同与球员达成个人协议。此前有报道指出,包括阿森纳在内的多支英超俱乐部都对姆贝乌莫感兴趣,但球员本人更希望加盟曼联。责任编辑:zhangxiaohua