You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
586 B
YAML

javascriptCryptoGlobal:
- crypto
javascriptSubtleCryptoMethod:
- encrypt
- decrypt
- sign
- verify
- digest
javascriptCryptoProp:
- subtle
javascriptCryptoMethod:
- getRandomValues
# javascriptCryptoAlgorithm:
# - RSAES-PKCS1-v1_5
# - RSASSA-PKCS1-v1_5
# - RSA-PSS
# - RSA-OAEP
# - ECDSA
# - ECDH
# - AES-CTR
# - AES-CBC
# - AES-CMAC
# - AES-GCM
# - AES-CFB
# - AES-KW
# - HMAC
# - DH
# - SHA-1
# - SHA-256
# - SHA-384
# - SHA-512
# - CONCAT
# - HKDF-CTR
# - PBKDF2