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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example for `nativescript-angular-webview-crypto`

This repo serves as an example usage and
end to tend test of [`nativescript-angular-webview-crypto`](https://github.com/saulshanabrook/nativescript-angular-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.