首页
社区
课程
招聘
[求助]KASUMI
发表于: 2010-3-9 21:47 7044

[求助]KASUMI

2010-3-9 21:47
7044
谁有KASUMI算法方面的资料,包括源代码,谢谢!!!

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 2096
活跃值: (100)
能力值: (RANK:420 )
在线值:
发帖
回帖
粉丝
2
KASUMI is a block cipher used in UMTS, GSM, and GPRS mobile communications systems. In UMTS KASUMI is used in the confidentiality (f8) and integrity algorithms (f9) with names UEA1 and UIA1, respectively. [1] In GSM KASUMI is used in the A5/3 key stream generator and in GPRS in the GEA3 key stream generator.

KASUMI was designed for 3GPP to be used in UMTS security system by the Security Algorithms Group of Experts (SAGE), a part of the European standards body ETSI. [2] Because of schedule pressures in 3GPP standardization, instead of developing a new cipher, SAGE agreed with 3GPP technical specification group (TSG) for system aspects of 3G security (SA3) to base the development on an existing algorithm that had already undergone some evaluation.[2] They chose the cipher algorithm MISTY1 developed [3] and patented [4] by Mitsubishi Electric Corporation. The original algorithm was slightly modified for easier HW implementation and to meet other requirements set for 3G mobile communications security.

KASUMI is named after the original algorithm MISTY — kasumi (霞) is the Japanese word for "mist".

In January 2010, Orr Dunkelman, Nathan Keller, and Adi Shamir, released a paper showing that they could break Kasumi with related key attack and very modest computational resources. Interestingly, the attack is ineffective against MISTY.

Source from http://en.wikipedia.org/wiki/KASUMI_(block_cipher)
上传的附件:
2010-3-9 21:57
0
雪    币: 2096
活跃值: (100)
能力值: (RANK:420 )
在线值:
发帖
回帖
粉丝
3
C++KASUMI算法的研究与VC实现

--------------------------------------------------------------------------------

来源:毕业设计论文网     更新时间:2010-1-13    点击数: 10014

随着通信技术的高速发展,第三代移动通信系统(3G)将成为人们生活中重要的通信方式,3G系统中业务信息的安全性以及网络资源使用的安全性将越来越重要。为了对3G系统提供安全性,3G的国际组织3GPP(3rd Generation Partnership Project)在3G的安全结构中定义了两个标准化的核心算法f8和f9。f8算法是加密算法,f9是完整性算法,这两个算法都是基于KASUMI算法的。KASUMI算法是基于日本三菱公司的分组密码MISTY1算法,是它的改进版本,它是一种分组加密算法。

本文主要研究的是第三代移动通信技术中的一种核心加密算法:KASUMI算法;详尽介绍KASUMI算法的原理、组成部分以及怎样在VC中实现。

关键字:KASUMI算法;3G;安全性;Feistel
2010-3-9 22:00
0
雪    币: 2096
活跃值: (100)
能力值: (RANK:420 )
在线值:
发帖
回帖
粉丝
4
所属分类: Crypt_Decrypt algrithms   开发工具: Visual C++   文件大小: 3 KB   上传时间: 2008-08-23   下载次数: 9   提 供 者: jiaosibei

详细说明:KASUMI加密算法,3GP通信加密标准。算法简单,适合调试学习使用-KASUMI encryption algorithm, 3GP communications encryption standard. Algorithm is simple and suitable for studying the use of debugging
2010-3-9 22:01
0
雪    币: 2096
活跃值: (100)
能力值: (RANK:420 )
在线值:
发帖
回帖
粉丝
5
软件名称:  088基于VC的KASUMI算法的研究与实现
文件类型:  .rar   
界面语言:  简体中文
软件类型:  国产软件
运行环境:  Win2003,WinXP,Win2000,Win9X
授权方式:  共享软件
软件大小:  9MB
软件等级:  ★★★★★
发布时间:  2009-02-03
软件说明: 本参考毕业设计有(源代码+毕业论文+答辩+开题目报告+中期检查报告)组成!  
下载地址: 无链接信息!  
使用说明: 如果您需要此软件,请联系我们的客服QQ:599057179或电话:13723761910
2010-3-9 22:02
0
雪    币: 203
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
非常感谢!!!
2010-3-10 08:02
0
游客
登录 | 注册 方可回帖
返回
//