Module: Linzer::RSA

Defined in:
lib/linzer/rsa.rb

Overview

Note:

RSA-PSS is recommended over PKCS#1 v1.5 for new applications.

RSA PKCS#1 v1.5 signature algorithm support.

This implements the traditional RSA signature scheme using PKCS#1 v1.5 padding. For new applications, consider using RSA-PSS (RSAPSS) instead, which provides better security properties.

Defined Under Namespace

Classes: Key