We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff22f3 commit 92452f7Copy full SHA for 92452f7
README.md
@@ -68,6 +68,7 @@ If Sam's RSA key is provided to the `cryptico.encrypt` function, the message wil
68
69
```javascript
70
var PassPhrase = "There Ain't No Such Thing As A Free Lunch.";
71
+
72
var SamsRSAkey = cryptico.generateRSAKey(PassPhrase, 1024);
73
74
var PlainText = "Matt, I need you to help me with my Starcraft strategy.";
0 commit comments