This page (revision-11) was last changed on 27-Jul-2017 14:45 by Dirk Frederickx 

This page was created on 23-Sep-2014 12:50 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
11 27-Jul-2017 14:45 2 KB Dirk Frederickx to previous Category.D ==> Category.Documentation
10 16-Jul-2017 13:32 2 KB mingbai to previous | to last Category.Documentation ==> Category.D
9 12-Oct-2014 04:33 2 KB David Vittor to previous | to last
8 12-Oct-2014 04:32 2 KB David Vittor to previous | to last
7 12-Oct-2014 04:31 2 KB David Vittor to previous | to last
6 23-Sep-2014 13:23 1 KB David Vittor to previous | to last
5 23-Sep-2014 13:20 1 KB David Vittor to previous | to last
4 23-Sep-2014 13:02 1 KB David Vittor to previous | to last
3 23-Sep-2014 13:01 1 KB David Vittor to previous | to last
2 23-Sep-2014 12:59 1 KB David Vittor to previous | to last
1 23-Sep-2014 12:50 1 KB unknown to last

Difference between version and

At line 15 changed one line
At line 22 added 10 lines
%%information
Usage:
{{{
CryptoProvider cryptoProvider = wikiEngine.getCryptoManager().getCryptoProvider();
byte[] encrypted = cryptoProvider.encrypt("secretkey".toCharArray(),"content".getBytes());
String decrypted = new String(cryptoProvider.decrypt("secretkey".toCharArray(),encrypted));
}}}
%%
!! BaseCryptoProvider
At line 38 added 2 lines
!! PBECryptoProvider