nativescript-cryptography
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Nativescript Cryptography

A simple plugin for asymmetric keys operations.

Installation

tns plugin add nativescript-cryptography

Usage

import { Cryptography } from "nativescript-cryptography";

param1: random tag string param2: size of key param3: save in secure storage (optional)

const keyPair = cryptography.generateRsaPrivateKey(RsaPrivateKeyTag, RsaKeySize, true);

License

MIT

Package Sidebar

Install

npm i nativescript-cryptography

Weekly Downloads

3

Version

1.0.2

License

Apache-2.0

Unpacked Size

54.3 kB

Total Files

23

Last publish

Collaborators

  • karo-dc