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
- Host: GitHub
- URL: https://github.com/webview-crypto/nativescript-webview-crypto-example
- Owner: webview-crypto
- Created: 2016-08-29T17:18:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T22:39:10.000Z (over 9 years ago)
- Last Synced: 2025-02-15T08:17:05.590Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.