Skip to content

Cryptographic primitives module for expo, based on kryptom

Notifications You must be signed in to change notification settings

icure/expo-kryptom

Repository files navigation

Expo-Kryptom

Native code bridge for Expo using Kryptom to add cryptographic capabilities

Kryptom provides access from kotlin multiplatform to:

  • Native cryptographic primitives and digest algorithms including:
    • Secure random
    • Aes encryption
    • Rsa encryption and signing
    • Hmac signing
  • Byte array encoding and decoding (hex, base64)

Installation

Install expo-kryptom

npm

  npm install @icure/expo-kryptom
  npx expo prebuild

yarn

yarn add @icure/expo-kryptom
npx expo prebuild

Documentation

Github wiki

Authors