using System;
//hash mis tulemust otsime DA-l on 1284958509
//hash mis tulemust otsime EA-l on 1284958508
//mõlema plaintext parool on Haxor
public class Program
{
static int sum(int num1, int num2)
int total;
total = num1 + num2;
return total;
}
public static void Main()
string nr = "12345678";
string nr2 = "EA";
string nr3 = "12345678EA";
Console.WriteLine("nr = {0}\nnr2 = {1}\nnr3 = {2}\nsum={3}", nr.GetHashCode(), nr2.GetHashCode(), nr3.GetHashCode(), sum(nr.GetHashCode(), nr2.GetHashCode()));
/*
<UserVc>
<UUID>B60CEF3D-C16E0BC5-19E561DB-480EE366-F6314A1C</UUID>
<ServerSequence>0</ServerSequence>
<SyncFlags>1</SyncFlags>
<Code>EA</Code>
<Name>Elliot Alderson</Name>
<OldPassWord></OldPassWord>
<AccessGroup>ADMIN</AccessGroup>
<CurOurContact></CurOurContact>
<LastOrdNr></LastOrdNr>
<LastShipNr></LastShipNr>
<LastInvNr></LastInvNr>
<LastPurNr></LastPurNr>
<LastPayNr></LastPayNr>
<LastTRNr></LastTRNr>
<LastVINr></LastVINr>
<LastOPNr></LastOPNr>
<TerminatedFlag>0</TerminatedFlag>
<Job></Job>
<JobGroup></JobGroup>
<DisAllowOther>0</DisAllowOther>
<Math></Math>
<Location></Location>
<Machines></Machines>
<Tiller></Tiller>
<Bonus></Bonus>
<CUCode></CUCode>
<CUName></CUName>
<Phone1></Phone1>
<Phone2></Phone2>
<Fax1></Fax1>
<Fax2></Fax2>
<Comment></Comment>
<PersAcc></PersAcc>
<PersObjx></PersObjx>
<BankAcc></BankAcc>
<BankName></BankName>
<CostPrHour></CostPrHour>
<PricePrHour></PricePrHour>
<emailAddr></emailAddr>
<IDCode></IDCode>
<Spec></Spec>
<limitedAccess>0</limitedAccess>
<NewPassWord>1138819614</NewPassWord>
<LangCode></LangCode>
<SalesGroup></SalesGroup>
<Department></Department>
<LastCLInNr></LastCLInNr>
<LastCLOutNr></LastCLOutNr>
<FTPLogin>0</FTPLogin>
<WebConf></WebConf>
<WebStartPage></WebStartPage>
<CostAcc></CostAcc>
<LastIVCashNr></LastIVCashNr>
<Closed>0</Closed>
<OnlyVoiceLogin>0</OnlyVoiceLogin>
<UserEditCtlf>0</UserEditCtlf>
<DateOrder>0</DateOrder>
<LeadingZDay>0</LeadingZDay>
<LeadingZMonth>0</LeadingZMonth>
<LeadingCentury>0</LeadingCentury>
<DateSep></DateSep>
<DecimalPt></DecimalPt>
<ThousandSep></ThousandSep>
<ForceTimeEntry>0</ForceTimeEntry>
<DateCreated>2020-03-31</DateCreated>
<Supervisor></Supervisor>
<OneFunction></OneFunction>
<TypeOfUser>1</TypeOfUser>
<thousSepf>0</thousSepf>
<CanUseOS>Iga klient</CanUseOS>
<Magic>14708</Magic>
<Newf>0</Newf>
<LastTTRNr></LastTTRNr>
<CustCode></CustCode>
<WindowType>Firenze</WindowType>
<RegistrationNumber>869604860</RegistrationNumber>
<StartLevel>Täielikud õigused</StartLevel>
<ServLocation></ServLocation>
<ReservLocAccess></ReservLocAccess>
<ReservLocation></ReservLocation>
<MinPLCode></MinPLCode>
<Magic2></Magic2>
<DiscPassword>-1</DiscPassword>
<LastOfficialSerNr></LastOfficialSerNr>
<LastDropSHNr></LastDropSHNr>
<PasswordNeverExpires>0</PasswordNeverExpires>
<LastRestAccNr></LastRestAccNr>
<LastPONr></LastPONr>
<ExpiryDate></ExpiryDate>
<SortCode></SortCode>
<Unlicensed>0</Unlicensed>
<AstPBXConnection></AstPBXConnection>
<AstUserName></AstUserName>
<AstPassword></AstPassword>
<AstCallerIdNumber></AstCallerIdNumber>
<xAstCallerIdName></xAstCallerIdName>
<ExcludeQueueFallbackf>0</ExcludeQueueFallbackf>
<LinPhonef>0</LinPhonef>
<LoginEmailAddr>haxor@evilcorp.com</LoginEmailAddr>
<AdminFlag>0</AdminFlag>
<SSHUsername></SSHUsername>
<SSHClosed>0</SSHClosed>
<AdminCheck>0</AdminCheck>
<PassWordHash></PassWordHash>
<PassWordSalt>0s^e|CBQ4y$XoqV$>Mh,0W(n\*L)q j;sI~miA?};</PassWordSalt>
<PassWordAlgorithm>Old Hash</PassWordAlgorithm>
<PassWordCost>5000</PassWordCost>
<PassWordLinkf>0</PassWordLinkf>
<POSOperatorID></POSOperatorID>
<Pronunciation></Pronunciation>
<rows></rows>
</UserVc>
*/