<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>neoCrypto Sample</AppTitle>
	<AppShortName>neoCrypto</AppShortName>
	<Author>SinLios</Author>
	<Version>1.0</Version>
	<Description>neoCrypto Sample App</Description>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>850</PageWidth>
	<PageHeight>500</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>GetURLParameter &quot;id&quot; [test]</pageenter>
					<Components>
						<TextArea id="TextArea1">
							<left>270px</left>
							<top>25px</top>
							<width>555px</width>
							<height>250px</height>
							<style>padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:15px</style>
							<variable>[text]</variable>
							<place_holder>Write here the text to encrypt</place_holder>
						</TextArea>
						<Container id="Container1">
							<left>20px</left>
							<top>25px</top>
							<width>240px</width>
							<height>250px</height>
							<style>background-color:#fff;border-color:#E0E0E0;border-style:solid;border-width:1px</style>
							<Components>
								<TextInput id="TextInput1">
									<left>14px</left>
									<top>56px</top>
									<width>210px</width>
									<height>55px</height>
									<variable>[key]</variable>
									<place_holder>Write here a secret key</place_holder>
								</TextInput>
								<PushButton id="PushButton1">
									<left>14px</left>
									<top>126px</top>
									<width>210px</width>
									<height>50px</height>
									<caption>Encrypt</caption>
									<click>neoCryptoEncrypt &quot;[text]&quot; &quot;[key]&quot; [text]</click>
								</PushButton>
								<PushButton id="PushButton2">
									<left>14px</left>
									<top>181px</top>
									<width>210px</width>
									<height>50px</height>
									<caption>Decrypt</caption>
									<click>SetVar [backup] [text]
neoCryptoDecrypt &quot;[text]&quot; &quot;[key]&quot; [text]
If [text] == &quot;&quot;
  SetVar [text] [backup]
  AlertBox &quot;Error&quot; &quot;Error: The secret key is not correct.&quot; &quot;&quot;
EndIf</click>
								</PushButton>
								<Paragraph id="Paragraph1">
									<left>15px</left>
									<top>15px</top>
									<width>215px</width>
									<height>35px</height>
									<style>font-size:14pt;text-align:center</style>
									<text>AES Encryption Method</text>
								</Paragraph>
							</Components>
						</Container>
						<Container id="Container2">
							<left>20px</left>
							<top>290px</top>
							<width>240px</width>
							<height>180px</height>
							<style>background-color:#fff;border-color:#E0E0E0;border-style:solid;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph2">
									<left>5px</left>
									<top>15px</top>
									<width>215px</width>
									<height>35px</height>
									<style>font-size:14pt;text-align:center</style>
									<text>Base64 Encoding</text>
								</Paragraph>
								<PushButton id="PushButton3">
									<left>13px</left>
									<top>55px</top>
									<width>210px</width>
									<height>50px</height>
									<caption>Encode Base64</caption>
									<click>EncodeToBase64 [text] [text]</click>
								</PushButton>
								<PushButton id="PushButton4">
									<left>13px</left>
									<top>110px</top>
									<width>210px</width>
									<height>50px</height>
									<caption>Decode Base64</caption>
									<click>DecodeFromBase64 [text] [text]</click>
								</PushButton>
							</Components>
						</Container>
						<Container id="Container3">
							<left>275px</left>
							<top>290px</top>
							<width>240px</width>
							<height>180px</height>
							<style>background-color:#fff;border-color:#E0E0E0;border-style:solid;border-width:1px</style>
							<Components>
								<Paragraph id="Paragraph3">
									<left>5px</left>
									<top>15px</top>
									<width>215px</width>
									<height>35px</height>
									<style>font-size:14pt;text-align:center</style>
									<text>Hashing</text>
								</Paragraph>
								<PushButton id="PushButton5">
									<left>15px</left>
									<top>80px</top>
									<width>210px</width>
									<height>50px</height>
									<caption>Hash string</caption>
									<click>neoCryptoHash &quot;[text]&quot; &quot;RIPEMD160&quot; [text]</click>
								</PushButton>
							</Components>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>850px</width>
							<height>500px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
