aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test.js')
-rw-r--r--crypto/test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test.js b/crypto/test.js
index 6924648..91c0dc4 100644
--- a/crypto/test.js
+++ b/crypto/test.js
@@ -17,5 +17,7 @@ key.readPrivateKeyFromPEMString(key_string)
cypher = key.encrypt("Guillaume est plus fort que Thibaut")
test = key.decrypt(cypher)
+key2 = new RSAKey()
+key2.generate(2048,"10001")