crypt-rsa-interoperablity

Langue: en

Autres versions - même langue

Version: 2001-04-09 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Interoperability Chart for Crypt::RSA.

SYNOPSIS

     Crpyt::RSA <--> Other Cryptography Software
 
 

DESCRIPTION

This is the Crypt::RSA interoperability chart. It contains names and versions of cryptographic applications/libraries that are known to work with Crypt::RSA. Wherever possible, a mapping from Crypt::RSA methods to compatible methods/functions from the external library/application is provided.

If you happen to get a library/application to play nicely with Crypt::RSA, please fill out crypt-rsa-interoperability-template(3) and send it in for inclusion in this chart.

RSAREF 2.0

General Information
  Type: C Library
  Availability: http://rsalabs.com/
 
 
Signatures
  Standard: PKCS #1 v1.5 
 
  Output of ::SS::PKCS1v15::sign() is compatible with 
         rsaref.h R_SignInit, R_SignUpdate, R_SignFinal
 
  Output of ::SS::PKCS1v15::verify() is compatible with
         rsaref.h R_VerifyInit, R_VerifyUpdate, R_VerifyFinal
 
  Crypt::RSA Version: 1.33
  Submitted By: Vipul Ved Prakash <mail@vipul.net>
 
 
Encryption
  Standard: PKCS #1 v1.5 
 
  Output of ::SS::PKCS1v15::encrypt() is compatible with 
         rsa.h RSAPublicEncrypt
 
  Output of ::SS::PKCS1v15::decrypt() is compatible with
         rsa.h RSAPublicDecrypt
 
  Crypt::RSA Version: 1.33
  Submitted By: Vipul Ved Prakash <mail@vipul.net>
 
 

SEE ALSO

Crypt::RSA(3), crypt-rsa-interoperability-table(3)