wwwtyro / cryptico

An easy-to-use encryption system utilizing RSA and AES for javascript.

Home Page:http://wwwtyro.github.com/cryptico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong example

FabioCarpi-zz opened this issue · comments

commented

In the README.md and test.html, its used the function cryptico.generateRSAKey(PassPhrase, Bits);
this not exists in rsa.js
maybe function RSAGenerate(B, E)