1====== SHA3SUM Plugin (sha3sum) ======
2
3---- plugin ----
4description: Generates a SHA3 hash.
5author     : Georg Schmidt
6email      : gs-develop@gs-sys.de
7type       : syntax
8lastupdate : 2018-03-09
9compatible : 2018-04-22b
10depends    :
11conflicts  : unknown
12similar    :
13tags       : hash sha3
14
15downloadurl: https://github.com/user9209/DokuWikiSha3Plugin/archive/master.zip
16bugtracker: https://github.com/user9209/DokuWikiSha3Plugin/issues
17sourcerepo: https://github.com/user9209/DokuWikiSha3Plugin/
18donationurl:
19
20screenshot_img :
21----
22
23===== Installation =====
24
25Install the plugin over the webfrontend by using the url:
26
27https://github.com/user9209/DokuWikiSha3Plugin/archive/master.zip
28
29===== How to use =====
30
31Generates a SHA3-512 hash of a string.
32
33Tag is %%[[SHA3:_INFORMATION_]]%% for hash of _INFORMATION_.\\
34For example %%[[SHA3:]]%% will generate for a empty string:
35
36SHA3-512:
37a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a6
3815b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26
39
40=== Copyright ===
41
42Plugin code is under GPL 3 license by Georg Schmidt.\\
43SHA3 code is under MIT license by Bruno Bierbaumer.
44
45=== Change Log ===
46
47  * **2018-03-09**
48    * Initial release
49
50=== Known Bugs and Issues ===
51
52  * not yet known
53