• 제목/요약/키워드: RSA-code

검색결과 23건 처리시간 0.026초

멀티미디어 핑거프린트에 의한 DRM 구현 (DRM Implementation by Multimedia Fingerprint)

  • 이강현
    • 전자공학회논문지CI
    • /
    • 제46권3호
    • /
    • pp.50-56
    • /
    • 2009
  • 최근에, 다양한 멀티미디어 콘텐츠 제작에 따라, 불법복제, 불법배포 및 저작권 침해 등과 같은 문제들이 야기되고 있다. 이러한 문제를 해결하기 위하여, 콘텐츠에 저적권 정보를 삽입하는 워터마킹과 RSA를 이용하여 불법복제를 방지하는 DRM에 인증을 위한 암호화하는 방법들이 제안되었다. 본 논문에서는, BIBD코드 기반의 멀티미디어 핑거프린트를 RSA의 DRM을 위하여 영상콘텐츠의 비트플랜에 삽입하고, 디코딩 처리에서 영상전송과 변환을 고려하여 실험을 하였다. 실험결과, Stirmark 공격의 PSNR 30, 40, 70 그리고 80에서, 영상에 삽입된 멀티미디어 핑거프린트 코드가 AWGN 7dB에서 60% 이상 검출되었으며, AWGN 10dB 이상에서는 100%의 완전함을 확인하였다.

Java Code를 중심으로한 PKI기반 전자상거래 보안시스템 설계 (A Study of PKI-Based E-commerce Security System Design under Java Code Environment)

  • 방기천;노시춘
    • 융합보안논문지
    • /
    • 제13권1호
    • /
    • pp.51-57
    • /
    • 2013
  • 공개키 방식으로 가장 널리 사용되는 알고리즘은 RSA이다. 본 연구는 SSL 통신 및 RSA를 이용한 사용자 인증을 통해 결제 등의 과정에서 사용자의 소중한 정보를 안전하게 보호할 수 있는 안전한 사이버거래 구축방안을 제시한다. SSL은 전자서명 기술을 기반으로 한 암호화 프로토콜이며 이 기술이 적용된 전자문서는 별도의 암호화 과정을 거쳐 상대방에게 전달되므로 정보 송신자(웹브라우저에 정보를 입력하는 사용자)와 정보 수신자(해당 사이트의 웹서버 관리자) 외에는 그 내용을 해독할 수 없다. 따라서 전자문서가 전송되는 도중에 해커가 Sniffing을 시도한다고 해도 정보가 암호화 되어 있기 때문에 그 내용을 절대로 파악할 수 없다. 본 연구는 인터넷 쇼핑몰에서의 사용자 인증'과 'SSL 통신'을 이용한 안전한 쇼핑몰 구축을 목표로 방법론을 제시한다.

스마트카드 기반의 효율적인 해킹 방지 시스템 설계 (Design of Efficient Hacking Prevention Systems Using a Smart Card)

  • 황선태;박종선
    • Journal of Information Technology Applications and Management
    • /
    • 제11권2호
    • /
    • pp.179-190
    • /
    • 2004
  • This paper describes the design of hacking prevention systems using a smart card. It consists of two parts, i.e., PC authentication and Keyboard-buffer hacking prevention. PC authentication function is a procedure to handle the access control to the target PC. The card's serial number is used for PIN(Personal Identification Number) and is converted into hash-code by SHA-1 hash-function to verify the valid users. The Keyboard-buffer hacking prevention function converts the scan codes into the encoded forms using RSA algorithm on the Java Card, and puts them into the keyboard-buffer to protect from illegal hacking. The encoded information in the buffer is again decoded by the RSA algorithm and displayed on the screen. in this paper, we use RSA_PKCS#1 algorithm for encoding and decoding. The reason using RSA technique instead of DES or Triple-DES is for the expansion to multi-functions in the future on PKI. Moreover, in the ubiquitous computing environment, this smart card security system can be used to protect the private information from the illegal attack in any computing device anywhere. Therefore, our security system can protect PC user's information more efficiently and guarantee a legal PC access authority against any illegal attack in a very convenient way.

  • PDF

양자내성암호를 활용한 경량 보안 프로토콜 설계 (Design of a Lightweight Security Protocol Using Post Quantum Cryptography)

  • 장경배;심민주;서화정
    • 정보처리학회논문지:컴퓨터 및 통신 시스템
    • /
    • 제9권8호
    • /
    • pp.165-170
    • /
    • 2020
  • IoT (Internet of Things) 시대가 활성화되면서 개인정보를 포함한 많은 정보들이 IoT 디바이스들을 통해 전달되고 있다. 정보보호를 위해 디바이스끼리 상호 암호화하여 통신하는 것이 중요하며 IoT 디바이스 특성상, 성능의 제한으로 인해 경량 보안 프로토콜 사용이 요구된다. 현재 보안 프로토콜에서 사용하는 암호 기법들은 대부분 RSA, ECC (Elliptic Curve Cryptography)를 사용하고 있다. 하지만 고사양의 양자 컴퓨터가 개발되고 쇼어 알고리즘을 활용한다면 앞선 RSA와 ECC가 근거하는 안정성의 문제를 쉽게 해결할 수 있기 때문에 더 이상 사용할 수 없다. 이에 본 논문에서는 양자 컴퓨터의 계산능력에 내성을 가지는 보안 프로토콜을 설계하였다. 미국 NIST (National Institute of Standards and Technology) 양자내성암호 표준화 공모전을 진행중인 코드기반암호 ROLLO를 사용하였으며, IoT 디바이스끼리의 상호 통신을 위해 연산 소모가 적은 해시, XOR연산을 활용하였다. 마지막으로 제안하는 프로토콜과 기존 프로토콜의 비교 분석 및 안전성 분석을 실시하였다.

State of Practice of Performance-Based Seismic Design in Indonesia

  • Sukamta, Davy;Alexander, Nick
    • 국제초고층학회논문집
    • /
    • 제1권3호
    • /
    • pp.211-220
    • /
    • 2012
  • The current 2002 Indonesian Seismic Code consists of prescriptive criteria that are intended to result in buildings capable of providing certain levels of performance. However, the actual performance capability of buildings is not assessed as part of the code procedures. Several analysis procedures are allowed, and the state of practice is to use the RSA with six-zone seismic map developed for 475-year earthquake. This code is being revised and will adopt many of the ASCE7-10 provisions and 2475-year earthquake for MCE. The growth of tall buildings compels engineers to look for more optimal lateral system. The use of RC core wall as single system has been adopted by very few engineering firms, which is allowed in the current code but will no longer be the case if the new one is in effect. Other innovative structural system such as core wall and outrigger is not addressed in the proposed new code. Engineers must then resort to NLRHA. Currently, one 50-story building under construction using RC core wall and outrigger has been designed with RSA and employing capacity design principles, then evaluated using NLRHA per TBI Guidelines. Based on the evaluation, the performance of the 50-story building generally still meets the criteria of the TBI Guidelines. The result of the case study is presented in this paper.

디지털 서명을 위한 고속 RSA 암호 시스템의 설계 및 FPGA 구현 (Design and FPGA Implementation of a High-Speed RSA Algorithm for Digital Signature)

  • 강민섭;김동욱
    • 정보처리학회논문지C
    • /
    • 제8C권1호
    • /
    • pp.32-40
    • /
    • 2001
  • 본 논문에서는 기존의 Montgomery 알고리듬을 개선한 고속 모듈러 곱셈 알고리듬을 제안하고, 이를 기본으로 하여 디지털 서명에 적용 가능한 1024비트 RSA 암호 시스템의 설계 및 구현에 관하여 기술한다. 제안된 방법은 부분합 계산시 단지 1번지의 덧셈 연산이 필요하지만, 기존 Montgomery 알고리듬에서는 2번의 덧셈연산이 요구되므로 기존 방법에 비해 계산 속도가 빠르며, 하드웨어 면적도 매우 감소된다. 제안된 RSA 암호 시스템은 VHDL(VHSIC Hardware Description Language)을 이용하여 모델링하였고, $Synopsys^{TM}$사의 Design Analyzer를 이용하여 논리합성(Altera 10K lib. 이용)을 수행하였다. 또한, FPGA 구현을 위하여 Altera MAX+PLUS II상에서 타이밍 시뮬레이션을 수행하였다. 실험을 통하여 제안된 방법은 계산 속도가 매우 빠르며, 하드웨어 면적도 매우 감소함을 확인하였다.

  • PDF

CELM 암호화 알고리즘의 성능 비교 (Performance Comparison of the CELM Encryption Algorithm)

  • 박혜련;이종혁
    • 한국정보통신학회논문지
    • /
    • 제6권3호
    • /
    • pp.481-486
    • /
    • 2002
  • 본 논문에서는 카오스에 기반을 툰 ELM(Expanding Logistic Map) 암호화 알고리즘을 개선하기 위해 CELM(Cascade ELM)을 제안한다. 제안된 암호화 알고리즘은 3차 방정식에 기반을 둔 ELM 의 차수를 증가시켜 키의 범위를 확대하고, 서로 다른 Key 값과 초기 값의 함수를 Cascade 연결한 것으로 시뮬레이션결과 키의 랜덤성이 보장되면서 안정성이 국제 기준에 부합됨을 알 수 있었다.

단순화 모델에서의 응답스펙트럼과 시간이력 내진해석 결과를 활용한 해양플랜트용 매니폴드 실제품의 내진강도 평가 (Seismic Access of Offshore Subsea Manifold using RSA and THA Seismic Analysis Results for Simplified Model)

  • 이은호;곽시영
    • 한국전산구조공학회논문집
    • /
    • 제32권1호
    • /
    • pp.7-16
    • /
    • 2019
  • 본 논문에서는 해양플랜트용 매니폴드 구조물의 내진해석을 위해, 단순화 모델에 대해 응답스펙트럽해석(RSA) 및 시간이력해석(THA)을 여러 조건으로 진행하여 비교 검토하였다. 응답스펙트럼해석은 ISO19901-2에 따른 내진설계 절차를 이용하였다. 시간이력해석의 경우, 응답스펙트럼으로 가속도와 변위에 대한 지진이력을 인공적으로 만든뒤 Explicit와 Implicit 솔버를 사용하여 해석하였다. 단자유도 모델을 사용하여 해석방법을 검증하였으며, 매니폴드 구조물을 단순화한 모델에서 시간이력해석과 응답스펙트럼해석법의 차이를 분석하였다. 복잡한 실제 구조물에 대해서 직접적인 시간이력해석은 불가능하므로 응답스펙트럼해석법을 적용하였고, 단순화 모델에서 분석한 결과 차이를 활용하여 실제 구조물의 안전성을 판단하였다.

초고층 구조물의 지진해석을 위한 지진기록의 조정방법 (Scaling Method of Earthquake Records for the Seismic Analysis of Tall Buildings)

  • 김태호;박지형;김욱종;이도범;고현
    • 한국지진공학회논문집
    • /
    • 제12권5호
    • /
    • pp.11-21
    • /
    • 2008
  • 최근 감쇠장치 등을 가진 초고층 건축물의 지진해석에 시간이력해석법이 자주 사용되고 있다. 지진기록은 구조물의 기본 진동주기를 T라 할 때 설계기준에서 요구하는 바와 같이 0.2T에서 1.5T 사이의 스펙트럼 값을 설계응답스펙트럼에 부합하게 조정되어 사용되고 있다. 설계기준에서 제시한 방법으로 조정할 경우 주기가 길어질수록 두 해석법 사이의 응답차이는 커지는 현상이 발생한다. 즉 설계기준에 의하여 조정된 지진기록을 사용하여 시간이력해석을 수행하면 밑면전단력 등은 비슷하지만 변위, 층간변위, 부재력 등은 적게 평가되는 현상이 발생하였다. 이들 결과에 밑면전단력 조정계수를 적용하면 응답이 더욱 작아지는 것을 확인하였다. 이에 본 연구에서는 인공지진을 만드는 데 어려움이 있는 엔지니어들을 위하여 기존 설계기준에 부합하는 지진기록 조정방법을 제시하였다.

Torsional effects in symmetrical steel buckling restrained braced frames: evaluation of seismic design provisions

  • Roy, Jonathan;Tremblay, Robert;Leger, Pierre
    • Earthquakes and Structures
    • /
    • 제8권2호
    • /
    • pp.423-442
    • /
    • 2015
  • The effects of accidental eccentricity on the seismic response of four-storey steel buildings laterally stabilized by buckling restrained braced frames are studied. The structures have a square, symmetrical footprint, without inherent eccentricity between the center of lateral resistance (CR) and the center of mass (CM). The position of the bracing bents in the buildings was varied to obtain three different levels of torsional sensitivity: low, intermediate and high. The structures were designed in accordance with the seismic design provisions of the 2010 National Building Code of Canada (NBCC). Three different analysis methods were used to account for accidental eccentricity in design: (1) Equivalent Static Procedure with static in-plane torsional moments assuming a mass eccentricity of 10% of the building dimension (ESP); (2) Response Spectrum Analysis with static torsional moments based on 10% of the building dimension (RSA-10); and (3) Response Spectrum Analysis with the CM being displaced by 5% of the building dimension (RSA-5). Time history analyses were performed under a set of eleven two-component historical records. The analyses showed that the ESP and RSA-10 methods can give appropriate results for all three levels of torsional sensitivity. When using the RSA-5 method, adequate performance was also achieved for the low and intermediate torsional sensitivity cases, but the method led to excessive displacements (5-10% storey drifts), near collapse state, for the highly torsionally sensitive structures. These results support the current provisions of NBCC 2010.