Skip to content

Enumeration

Insecure

A container for older, cryptographically insecure algorithms.
enum Insecure

Overview

Important

These algorithms aren’t considered cryptographically secure, but the framework provides them for backward compatibility with older services that require them. For new services, avoid these algorithms.

Topics

Enumerations

  • Insecure.RSA
    Namespace encompassing functionality related to the RSA (Rivest–Shamir–Adleman) cryptographic algorithm. Relatively to other algorithms such as ECDSA and EdDSA, RSA is considered slow and should be avoided when possible.