Dear All, I have scenario to encrypt the Password in client side and decrypt it in server side (C# code), this is required for a Online website. Can any one help me on this task. - Febin R -
NICE TO MEET
Posts
-
Encryption (Clent Side using JS) and Decryption (Server Side) -
SQL Command Wrapper class and configuration instance in web.config;?xml version="1.0" encoding="utf-8"?> <dataConfiguration> <xmlSerializerSection type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> <enterpriseLibrary.databaseSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" defaultInstance="Database Instance" xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/data"> <databaseTypes> <databaseType name="Sql Server" type="Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" /> </databaseTypes> <instances> <instance name="Database Instance" type="Sql Server" connectionString="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;" /> </instances> <connectionStrings> <connectionString name="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;"> <parameters> <parameter name="database" value="SW2_phone_interview" isSensitive="false" /> <parameter name="Integrated Security" value="true" isSensitive="false" /> <parameter name
-
SQLDBCommandwrapper<?xml version="1.0" encoding="utf-8"?> <dataConfiguration> <xmlSerializerSection type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> <enterpriseLibrary.databaseSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" defaultInstance="Database Instance" xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/data"> <databaseTypes> <databaseType name="Sql Server" type="Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" /> </databaseTypes> <instances> <instance name="Database Instance" type="Sql Server" connectionString="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;" /> </instances> <connectionStrings> <connectionString name="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;"> <parameters> <parameter name="database" value="SW2_phone_interview" isSensitive="false" /> <parameter name="Integrated Security" value="true" isSensitive="false" /> <parameter name="server" value="awsqlt25vs01" isSensitive="false" /> </parameters> </connectionString> </connectionStrings> </enterpriseLibrary.databaseSettings> </
-
Customizing setup.iniI have a setup.ini file has the information below, created in .NET setup project [MSILoader] MSIFileName=Allianz-PHI-Setup-SW2.msi [FXSection] SupportedRuntimes=1.1.4322 InstallUrl=http://go.microsoft.com/fwlink/?LinkId=9832 Message=1.1.4322 UseDefaultMessage=1 The out put of the above setup projects are setup.exe, setup.ini & Allianz-PHI-Setup-SW2.msi I need to install one more msi package during the setup.exe installation(that is internally calling Allianz-PHI-Setup-SW2.msi) like the same I need to add one more msi called sqlxml.msi. I need to add the sqlxml.msi details into the setup.ini file so that both the packages will get installed. Please advise
-
-
Creating MSI packageif I open the exe it is saying, It has encountered a problem it needs to close
-
-
Creating MSI packageI have a .NET 1.1 project I am trying to create msi package in .NET 2005 version setup project. After the build of the setup project msi gets created but the exe is giving error. Also one more thing, if I run an msi package that should call one more msi (that is that need s to install ane more package). How to add the second msi to this one.
-
-
Exception : Additional information: Required permissions cannot be acquiredHi This is febin, I have an C#.net project, I cannot able to run the application because I am getting the below error, An unhandled exception of type 'System.Security.Policy.PolicyException' occurred in Unknown Module. Additional information: Required permissions cannot be acquired Please guide me to proceed, Thanks in Advance
-
-
Regular Expression ValidatorHi I have a textbox, for that i want to validate using Regular expresson validator, i should accept only, the numerics 0 to 9, after decimal only 2 digits, and also i should restrict a maximum of 7 digits like 1234567 if i use range and regular exp validator, while entering ',' both the validators are displaying error message, so please guide me o achieve all the three validations in regularexpression validator Thanks in advance
-
-
AutoPostbacki have one webpage, in that three controls are there(Dropdownlist) 1. Date 2. Country 3. State Date and State controls have autopostback = false, for counry control autopostback=true while the selection of country the state data will load after postback. now my question is tabindex in the order of 1,2,3. i am selecting the country using keyboard mouse keys, now the ab is not in the same control, i want the tab conrol is in the country dropdownlist please help me
-
-
Session timeoutwhat the properties will do timeout & Duration also How to keep the session always without expiring Thanks in Advance
-
-
IIS Responsewe are requesting an asp page and aspx pages, how the IIS knows the both the pages are different while giving the output from server Thanks in Advance
-
-
Data Grid Row Colorfor my requirement i want to change the colour of datagrid row by two colours alternatively, how can i achieve this requirement, also based on one column value yes or no, if no means i want to change the row colours please help for the two scenario Thanks in advance
-
-
Cachingis it possible to keep a Dataset in Cache( Page or Application or Fragment) like session Thanks in advance
-
-
Cacheis it possible to keep a Dataset in Cache( Page or Application or Fragment) like session Thanks in advance
-
-
Dropdown binding in client sideif i put the hiddenfield means when the user changes the second dropdown i am not getting the value
-
-
Dropdown binding in client sidei am using 2 dropdown controls, if the first dropdown's selected index changed time call a method and bind the values in client side, it is displaying fine in the second dropdown control, but while save click i am not getting the selected value from the second dropdown control, how can i solve the problem, also what is the property AutoPostBack will do in the dropdown control Thanks in Advance
-
-
Grid with CheckBoxi want a checkbox in the header column, while checking the check box all rows are selected, by the same deselection also, without postback of the page please guide me -
-
Multiple Table UpdateI have a scenario to Update 8 tables at a time All the 8 tables are having a same column, that i have to set the value based on the field I have the receivable tables havind a column InvoiceId, if i pass one invoiceid to sp or query, based on the InvoiceId i have to set the value null for that i know only to write the 8 UPDATE query statements, if u have any other idea means Please Guide Me Thanks
-
-
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]