'chetanasprojects.com' is a educational content website dedicated to finding and realizing Final Year Projects, IEEE Projects, Engineering Projects, Science Fair Projects, Project Topics, Project Ideas, Major Projects, Mini Projects, Paper Presentations, Presentation Topics, IEEE Topics, .Net Projects, Java Projects, PHP Projects, VB Projects, SQL Projects, C & DS Projects, C++ Projects, Perl Projects, ASP Projects, Delphi Projects, HTML Projects, Cold Fusion Projects, Java Script Projects, Btech Projects, BE Projects, MCA Projects, Mtech Projects, MBA Projects, Project on Software, CBSE Projects, Testing Projects, Embedded Projects, Chemistry Projects, Electronics Projects, Electrical Projects, Science Projects, Mechanical Projects, Mba project Reports, Placement papers, Sample Resumes, Entrance Exams, Technical Faq's, Puzzles, etc
more number of projects?
Everything on this site is submitted by the student and professional community, here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites
Description: this code designed to change windows' wallpaper automatically and can be set randomly
Description: This code is is a sample application demonstrating an End-to-End has logon process where the user's password is hashed using MD5 and compared to the stored MD5 hash of the password in the SQL database.
The Hash is protected while travelling over the network by using RSA Public Key crypto between the client and the SQL Server (while changing the password) and between the DLL and the SQL database (while verifying the password).
This includes a Transact SQL TSQL port of the RSA code in
Summary:
|
clear screen
-------------------------
Installation notes
------------------
1) Create a logon account on the network for the DLL to authenticate
with SQL server. The password should be secure and shouldn't
change.
2) Install the Database Objects into your favourite Database.
a) Execute the RSASetup.SQL script first.
b) Execute the SQLSetup.SQL script.
3) Grant the account created in step 1 access to the Database.
4) To use the precompiled DLL, install it in Component Services.
a) Create a new Application.
b) Set the Application Identity to the account created in
step 1.
c) Add the Component DLL (make sure the DLL is installed
outside of the IIS wwwroot directory structure)
This DLL was made compatible with COM+ but does not use transactions.
It may be used without Component Services, but this is not
recommended.
5) Create an ODBC System DSN which points to the Database where
the tables and Stored Procedures were installed.
a) Call the DSN "HashLogonDemo"
b) Make sure Windows Authentication is used.
c) Make the DSN change the default DB to the DB where
where the DB objects were installed in step 2.
6) Install the ASP, INC and JS files into the same web folder on
the IIS server.
7) To test, read the passwords in the SQLSetup.SQL file which are
commented in plain text.
Open the location where the IIS files
are installed by browsing to "http://servername/directory/MyHome.asp"
or to "http://servername/directory/TokenLogon.asp"
---------------------