Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 1b43d9d

Browse files
edewitBruno Oliveira
authored andcommitted
remove implementation details
They differ from platform to platform
1 parent 77ebb83 commit 1b43d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AeroGear Crypto Plugin
1212

1313
This plugin allows you to use the native aerogear crypto libs for your cordova apps. While staying close to the aerogear-js api.
1414

15-
* Password based key derivation support (PBKDF2)
15+
* Password based key derivation support
1616

1717
```js
1818
var agCrypto = new AeroGear.Crypto();
@@ -23,7 +23,7 @@ agCrypto.deriveKey('my password', null, {
2323
});
2424
```
2525

26-
* Symmetric encryption support (GCM)
26+
* Symmetric encryption support
2727

2828
* Encryption:
2929

@@ -81,7 +81,7 @@ AeroGear.Crypto().decrypt(options, {
8181
});
8282
```
8383

84-
* Asymmetric encryption support (ECC) / iOS not supported
84+
* Asymmetric encryption support / iOS not supported
8585

8686
```js
8787
Promise.all([agCrypto.KeyPair(), agCrypto.KeyPair(), agCrypto.getRandomValue()])

0 commit comments

Comments
 (0)