Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.03 KB

File metadata and controls

37 lines (29 loc) · 1.03 KB

DAT CMS - Certificate Management Service

Document

  • Rust -> Crates
  • Kotlin, Java -> Maven
  • TypeScript, JavaScript -> Npm
  • Python -> Pypi
  • C# -> Nuget
  • Ruby -> Gem
  • Go

Support algorithm

Signature

name note
ECDSA-P256 = secp256r1
ECDSA-P384 = secp384r1
ECDSA-P521 = secp521r1
HMAC-SHA256-MFS = 256Bit Fixed Secret
HMAC-SHA384-MFS = 384Bit Fixed Secret
HMAC-SHA512-MFS = 512Bit Fixed Secret
  • MFS : Maximum(Same Bit) Fixed Secret

Crypto

name note
IV-AES128-GCM (IV=NONCE:96BIT) + AES128 GCM
IV-AES256-GCM (IV=NONCE:96BIT) + AES256 GCM