destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:crypto
  11. destack:crypto/binding
  12. CryptoAsymmetricEncryptionAlgorithm
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:crypto
  11. destack:crypto/binding
  12. CryptoAsymmetricEncryptionAlgorithm
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:crypto/destack:crypto/binding
mdtxt

CryptoAsymmetricEncryptionAlgorithm

import { CryptoAsymmetricEncryptionAlgorithm } from "destack:crypto/binding";

Asymmetric encryption algorithm selector.

language/library/src/crypto/binding/algorithm.ds:118:123
1export enum CryptoAsymmetricEncryptionAlgorithm {2    RsaPkcs1v15 = 1,3    RsaOaep = 2,4}

Variants

RsaPkcs1v15 = 1

RSAES-PKCS1-v1_5.

RsaOaep = 2

RSAES-OAEP.

discordxgithub
2026.8.3alpha