Skip to content

yukudemy/nativescript-cryptography

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.2%
  • Shell 8.5%
  • JavaScript 5.3%