반응형
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- EnvSet
- ControlGetText
- autohotkey
- StringGetPos
- ControlSend
- API
- IF (식)
- EnvMult
- Threads
- DetectHiddenWindows
- 식의 설명
- SetKeyDelay
- Var:=식
- SetEnv
- if(식)
- 함수
- SetTitleMatchMode
- 식
- EnvSub
- SetMouseDelay
- Blocks
- SetControlDelay
- IfInString
- EnvDiv
- Menu
- if
- IfWinExist
- 배열
- MouseClick
- EnvAdd
Archives
- Today
- Total
ㄴrㅎnㅂrㄹrㄱi
암호 라이브러리/API 본문
반응형
(Cryptographic Libraries/APIs)
Standards | Libraries/APIs | Algorithms | Miscellaneous |
Standards
- IETF
- GSS-API: Common Authentication Technology (cat)
- RFC1961 GSS-API Authentication Method for SOCKS Version 5, P. McMahon, June 1996.
- RFC1964 The Kerberos Version 5 GSS-API Mechanism, J. Linn, June 1996.
- RFC2025 The Simple Public-Key GSS-API Mechanism (SPKM), C. Adams, October 1996.
- RFC2203 RPCSEC_GSS Protocol Specification, M. Eisler, A. Chiu and L. Ling. September 1997.
- RFC2478 The Simple and Protected GSS-API Negotiation Mechanism, E. Baize and D. Pinkas, December 1998.
- RFC2479 Independent Data Unit Protection Generic Security Service Application Program Interface (IDUP-GSS-API), C. Adams, December 1998.
- RFC2623 NFS Version 2 and Version 3 Security Issues and the NFS Protocol's Use of RPCSEC_GSS and Kerberos V5, M. Eisler, June 1999.
- RFC2743 Generic Security Service Application Program Interface Version 2, Update 1, J. Linn, January 2000. (Obsoletes RFC1508, RFC2078).
- RFC2744 Generic Security Service API Version 2 : C-bindings, J. Wray, January 2000. (Obsoletes RFC1509).
- RFC2853 Generic Security Service API Version 2 : Java Bindings, J. Kabat and M. Upadhyay, June 2000.
- SPKM: Common Authentication Technology (cat)
- Crypto API.
- RFC2628 Simple Cryptographic Program Interface (Crypto API), V. Smyslov, June 1999.
- PF_KEY API.
- RFC2367 PF_KEY Key Management API, Version 2, C. Metz and B. Phan, July 1998.
- GSS-API: Common Authentication Technology (cat)
- Open Group
- Generic Cryptographic Service API (GCS-API): Security Working Group (SWG).
- NO FREE Documentation.
- CDSA: CDSA Version 2 Technical Standard (C902).
- Documentation : Common Security: CDSA and CSSM, Version 2 (with corrigenda) ( local copy).
- Source Code : Intel(R) Common Data Security Architecture.
- Generic Cryptographic Service API (GCS-API): Security Working Group (SWG).
- Microsoft
- MS Crypto API.
- Documentation ( local copy).
- MS Crypto API.
- RSA Security
- Cryptoki: PKCS #11 - Cryptographic Token Interface Standard.
(local copy PKCS #11 V2.10 / draft of PKCS #11 V2.11)
- Cryptoki: PKCS #11 - Cryptographic Token Interface Standard.
Cryptographic Libraries / APIs
- SSLeay by Eric Young. ( patches, SSLeay FAQ)
This Library and programs are FREE for commercial and non-commercial usage. The only restriction is that I must be attributed with the development of this code. - CryptoLib by Jack Lacy, Don Mitchell and Matt Blaze.
- cryptlib by Peter Gutmann.
Encryption library supporting a large number of encryption algorithms, digital signatures, key exchange, X.509/PKIX/SET certificates, CA functionality, key databases, HTTP and LDAP directory access, smart cards, S/MIME, and secure enveloping. - Crypto++ by Wei Dai.
Crypto++ is a free C++ class library of cryptographic schemes. - RSAEuro by Reaper Technologies.
Our Cryptographic toolkit for C/C++ developers, our Internet release version is available to the public to download. - BSAFEeay by Tim Hudson and Eric Young.
BSAFEeay is a free, public domain implementation of RSA Data Security's BSAFE API, using the SSLeay crypto library.[JAVA]
- Java™ Security API: java.sun.com.
- Cryptix.
Java crypto library. - SSLava by Phaos Technology.
The Phaos SSLava™ product line is the industry's leading set of products for communicating securely in Java, with the SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols. - PureTLS by Eric Rescorla (Claymore Systems, Inc.).
PureTLS is a free Java-only implementation of the SSLv3 and TLSv1 (RFC2246) protocols.[Big Number Libraries]
- GMP.
GMP is a free C-language library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. - LiDIA by Jack Lacy, Don Mitchell and Matt Blaze.
A C++ Library For Computational Number Theory - MIRACLE by Shamus Software Ltd.
Multiprecision Integer and Rational Arithmetic C/C++ Library.[Open Source / Project]
- The International PGP Home Page.
The PGPi project is a non-profit initiative, whose purpose is to make PGP freely and legally available worldwide. The project is largely based on unpaid, voluntary effort by security and privacy minded individuals. - OpenSSL Project.
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. - GPG(GNU Privacy Guard), Germany.
The project is intended to foster the widespread use of encryption technology in general and the GNU Privacy Guard (GnuPG) in particular.
Algorithms
- Standard Cryptographic Algorithm Naming, Version 1.0.20a(October 22, 2002), by David Hopwood.
- Cryptography Algorithms & Exercises by James Pate Williams, Jr.
- The Block Cipher Lounge by Lars R. Knudsen and Vincent Rijmen.
- Applied Cryptography (2nd ed) source code
- ftp://ftp.ox.ac.uk/pub/crypto/
- ftp://ftp.psy.uq.oz.au/pub/Crypto/
- ftp://utopia.hacktic.nl/pub/crypto/
- ftp://ftp.mindlink.net/pub/crypto/
Miscellaneous
- comparison of free cryptographic libraries by Adam Shostack.
- OPEN-SOURCE SECURITY TOOLS, Information Security Magazine.
- The Cypherpunks Home Page.
반응형
'API 관련 > Open API' 카테고리의 다른 글
Google Ajax Search API 사용하기 (0) | 2007.11.13 |
---|---|
[펌]SOA(Site Open API) 활용법 (0) | 2007.11.13 |
자주 사용하는 API 함수 API (0) | 2007.10.25 |
Comments