Enumerationvapor.jwt-kit 5.1.2JWTKit
Insecure
A container for older, cryptographically insecure algorithms.
enum Insecure
A container for older, cryptographically insecure algorithms.
enum Insecure
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
enum 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.