Highlight test

Lorem ipsum...

:) 0

CryptoJS and jsenc – part 2: TKE (also on GitHub)

I have also created a little extension for CryptoJS, the JavaScript based encryption library I have mentioned in a previous post.

With the Two Key Encryption scheme you can have your data encrypted with a “master key” dedicated to data encryption only (just like in other cases) and instead of supplying the master key everytime, you set (in the most basic situation) an additional “user key” to encrypt the master key itself (this is the second key).

Although this is not final, it is working fine. I planned to make further changes and some cleanups but had no time for that so I post it in the current state.

See jsenc02 example and the project on GitHub: http://github.com/gheja/jsenc.