An open API service indexing awesome lists of open source software.

https://github.com/webview-crypto/nativescript-webview-crypto-example

Example for nativescript-webview-crypto
https://github.com/webview-crypto/nativescript-webview-crypto-example

Last synced: 5 months ago
JSON representation

Example for nativescript-webview-crypto

Awesome Lists containing this project

README

          

# Example for `nativescript-webview-crypto`

This repo serves as an example usage and
end to tend test of [`nativescript-webview-crypto`](https://github.com/saulshanabrook/nativescript-webview-crypto).

## Install

1. [Get setup with NativeScript](http://docs.nativescript.org/start/quick-setup)
2. `tns install`

## Usage

Run `tns run ios/android [--emulator]` and click on the `None` text. It should then
executes the code for [this tutorial](https://coolaj86.com/articles/webcrypto-encrypt-and-decrypt-with-aes/),
encrypting and decrypting with AES. If it is successful, it should display
`This is very sensitive stuff.` at the end.