[ Package conformance ]

Auth & Payments · >=0.7.0

react-native-quick-crypto

native-seam only. Real react-native-quick-crypto JS runs from the bundle against either a Peach-provided global.__QuickCryptoProxy or registered Nitro hybrid objects. The seam implements random, hash/HMAC, PBKDF2, AES-CBC/CTR/GCM, AES secret-key handles, and asynchronous RSA-OAEP WebCrypto key generation and encryption.
90%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (8)
upstream package JS and export surfaceglobal __QuickCryptoProxy and Nitro hybrid-object install before module evaluationrandom/randomFill/getRandomValues via upstream JScreateHash/createHmac host objectspbkdf2 callback/promise form and pbkdf2SyncAES-CBC/GCM/CTR host ciphersAES WebCrypto secret-key import/export and encrypt/decryptRSA-OAEP subtle.generateKey plus JWK export/import and encrypt/decrypt
Missing (6)
synchronous RSA key generation and publicEncrypt/publicDecrypt/privateDecryptcreateSign/createVerifyECDH WebCrypto key pathsgeneral asymmetric DER importAES-KWand legacy ciphers such as DES/RC4/ChaCha20.