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

Use pbkdf's standard to generate keys from passphrases

coyotte508 opened this issue · comments

pbkdf1 example: http://crypto.stackexchange.com/questions/1842/how-does-pbkdf1-work

Currently Crypto++ supports key generation using pbkdf, pbkdf1, pbkdf2. It'd be nice to have at least one of those available here, so that apps written in C++ and javascript are compatible.

I really made a fool of myself there, misunderstood a lot of stuff. Sorry.

This isn't a bad idea -- it would be great to have more compatibility with other cryptosystems.