<HTML>
<!--
/****************************************************************************
* ADOBE SYSTEMS INCORPORATED
* Copyright 2012 Adobe Systems Incorporated and it’s licensors
* All Rights Reserved.
*
* NOTICE: Adobe permits you to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
* ****************************************************************************/
-->
<HEAD>
<TITLE>Encoder/Decoder</TITLE>
<LINK REL=StyleSheet HREF="../assets/fonts.css" TYPE="text/css">
</HEAD>
<BODY>
<H3>Encoder/Decoder</H3>
<P>The Encoder/Decoder is based on the Alchemy port of OpenSSL. The utility allows you to create SHA1,SHA256 and MD5 hashes.
It will also encode or decode to base64, URIs and hex. Depending on action, it can provide output as Base64, hex or plain text.
To use the utility, enter the value you want to convert in the top input field and click the button representing the type of
conversion that you wish to perform.
</P>
</BODY>
</HTML>