인디노트

RSA PKCS의 관련 자료 본문

인증기술

RSA PKCS의 관련 자료

인디개발자 2018. 6. 18. 17:31

Public Key Crpytography Standard(PKCS)는 RSA사에서 주관하고 있는 공개키 암호를 위한 표준으로 다음과 같이 PKCS#1 부터 PKCS#15 까지 있다.
* 해당 링크에 가시면 보다 다양한 자료들(Testvectors, ASN.1 Module, doc 문서)을 다운받으실 수 있습니다. 

  • PKCS #1RSA Cryptography Standard 
    RSA 알고리즘을 바탕으로 한 암호화, 서명 scheme의 구현에 대한 권고 표준이다. 이것은 키, scheme에 대한 ASN.1 표기도 포함한다. 현재 ver. 2.1이 draft(#3) 상태이다(6/14/2002). 2.0에서는 Optimal Asymmetric Encryption Padding(OAEP) 암호화가 포함되었고 2.1 draft(#2) 에는 Probabilistic Signature Scheme(PSS) 서명이 포함되었다.

  • PKCS #2 : PKCS#1과 통합

  • PKCS #3Diffie-Hellman Key Agreement Standard 
    Diffie-Hellman key agreement 구현 방법을 설명한다. (ver 1.4)

  • PKCS #4 : PKCS#1과 통합

  • PKCS #5Password-Based Cryptography Standard 
    패스워드를 기반으로 한 암호알고리즘을 다룬다. 여기에는 PBKDF1(Password-Based Key Derivation Function), PBKDF2, PBES1(Password-Based Encryption Scheme), PBES2, PBMAC1(Password-Based Message Authentication Code) 등이 포함되어 있다. (ver. 2.0)

  • PKCS #6Extended-Certificate Syntax Standard 
    인증서에 관한 내용을 다룬다. (ver. 1.5)

  • PKCS #7Cryptographic Message Syntax Standard 
    서명과 digital envelope과 같은 응용에서의 데이타에 대한 구문(syntax)을 정의하고 있다. (ver. 1.5ver. 1.6 bulletin)

  • PKCS #8Private-Key Information Syntax Standard 
    개인키 정보에 대한 구문을 정의하고 있다. (ver. 1.2)

  • PKCS #9Selected Attribute Types 
    PKCS#6, #7, #8, #10에 사용한 attribute들을 정의하고 있다. (ver. 2.0Amendment 1)

  • PKCS #10Certification Request Syntax Standard 
    인증서 요청에 필요한 구문을 설명한다. (ver. 1.7)

  • PKCS #11Cryptographic Token Interface Standard 
    CryptoKi API를 설명한다. (Draft 1 of v2.20) (ver. 2.11/draftAmendment 1Conformance Profile Specification)

  • PKCS #12Personal Information Exchange Syntax Standard 
    사용자의 개인 정보(키, 인증서 등)를 전달하거나 교환하는 방법을 설명한다. (ver. 1.0Technical Corrigendum)

  • PKCS #13Elliptic Curve Cryptography Standard 
    타원곡선에 대한 내용(파라미터, 키 생성/검증, 서명, 암호화, 키교환 등)을 다룰 예정으로 되어 있다. 현재 진행중임.

  • PKCS #15Cryptographic Token Information Format Standard 
    사용자가 자신을 상대방에게 식별할 수 있도록 하는 cryptographic token을 사용할수 있다는 것을 보증하도록 하는 표준이다. (ver. 1.1Conformance Profile SpecificationTechnical Corrigendum 1)

  • Related Documents

 

출처 : http://www.securitytechnet.com/crypto/standard/pkcs.html



출처: http://fly32.net/440?category=115560 [FLY32]

반응형

'인증기술' 카테고리의 다른 글

공인인증기관별 OID 목록  (0) 2018.07.12
저장매체별 인증서 저장위치  (0) 2018.07.03
ASN.1  (0) 2018.06.18
공인인증서로 전자서명하기  (0) 2018.06.18
공인인증서에서 개인키 획득하기 (using C#)  (0) 2018.06.18
Comments